Add Broadlink select platform (#33708)

* Add broadlink select platform

* tiny tweak hoping to kick the linter

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Kevin Stillhammer 2024-07-15 08:39:48 +02:00 committed by GitHub
parent 26d487112e
commit 17b5173742
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ ha_platforms:
- climate
- light
- remote
- select
- sensor
- switch
- time
@ -56,6 +57,7 @@ The {% term entities %} are divided into four subdomains:
- [Climate](#climate)
- [Remote](#remote)
- [Select](#select)
- [Sensor](#sensor)
- [Switch](#switch)
- [Light](#light)
@ -343,6 +345,10 @@ script:
- menu
```
## Select
The `select` {% term entities %} allow you to control the weekday of your Broadlink devices. These entities are created automatically when you configure supported devices.
## Sensor
The `sensor` {% term entities %} allow you to monitor Broadlink sensors. These entities are created automatically when you configure a device that has sensors.