Broadlink - Add time platform (#33621)

This commit is contained in:
Kevin Stillhammer 2024-07-11 08:26:58 +02:00 committed by GitHub
parent 2a5e3313be
commit 54860b3aae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@ ha_platforms:
- remote - remote
- sensor - sensor
- switch - switch
- time
ha_dhcp: true ha_dhcp: true
ha_integration_type: integration ha_integration_type: integration
related: related:
@ -58,6 +59,7 @@ The {% term entities %} are divided into four subdomains:
- [Sensor](#sensor) - [Sensor](#sensor)
- [Switch](#switch) - [Switch](#switch)
- [Light](#light) - [Light](#light)
- [Time](#time)
## Climate ## Climate
@ -349,6 +351,10 @@ The `sensor` {% term entities %} allow you to monitor Broadlink sensors. These e
The `light` {% term entities %} allow you to control Broadlink lights. You can turn them on and off, change brightness, adjust the color or set a color temperature. These entities are created automatically when you configure a device that has lights. The `light` {% term entities %} allow you to control Broadlink lights. You can turn them on and off, change brightness, adjust the color or set a color temperature. These entities are created automatically when you configure a device that has lights.
## Time
The `time` {% term entities %} allow you to control the time of Broadlink devices. These entities are created automatically when you configure supported devices.
## Switch ## Switch
The `switch` {% term entities %} allow you to control and monitor Broadlink smart plugs, power strips and switches. You can turn them on and off, and you can monitor their state and power consumption, when available. These entities are created automatically when you configure a device that has switches. The `switch` {% term entities %} allow you to control and monitor Broadlink smart plugs, power strips and switches. You can turn them on and off, and you can monitor their state and power consumption, when available. These entities are created automatically when you configure a device that has switches.