mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
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:
parent
26d487112e
commit
17b5173742
@ -20,6 +20,7 @@ ha_platforms:
|
|||||||
- climate
|
- climate
|
||||||
- light
|
- light
|
||||||
- remote
|
- remote
|
||||||
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
- time
|
- time
|
||||||
@ -56,6 +57,7 @@ The {% term entities %} are divided into four subdomains:
|
|||||||
|
|
||||||
- [Climate](#climate)
|
- [Climate](#climate)
|
||||||
- [Remote](#remote)
|
- [Remote](#remote)
|
||||||
|
- [Select](#select)
|
||||||
- [Sensor](#sensor)
|
- [Sensor](#sensor)
|
||||||
- [Switch](#switch)
|
- [Switch](#switch)
|
||||||
- [Light](#light)
|
- [Light](#light)
|
||||||
@ -343,6 +345,10 @@ script:
|
|||||||
- menu
|
- 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
|
## Sensor
|
||||||
|
|
||||||
The `sensor` {% term entities %} allow you to monitor Broadlink sensors. These entities are created automatically when you configure a device that has sensors.
|
The `sensor` {% term entities %} allow you to monitor Broadlink sensors. These entities are created automatically when you configure a device that has sensors.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user