Update broadlink.markdown to include Light entity (#17922)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
L-I-Am 2021-11-29 13:55:35 +01:00 committed by GitHub
parent 5986834eb4
commit 89812521e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ ha_category:
- Remote
- Switch
- Sensor
- Light
ha_release: 0.35
ha_iot_class: Local Polling
ha_codeowners:
@ -18,6 +19,7 @@ ha_platforms:
- remote
- sensor
- switch
- light
ha_dhcp: true
---
@ -28,6 +30,7 @@ The Broadlink integration allows you to control and monitor Broadlink universal
- Smart Plugs: `SP mini`, `SP mini+`, `SP mini 3`, `SP1`, `SP2`, `SP2-CL`, `SP2-UK/BR/IN`, `SP3`, `SP3-EU`, `SP3S-EU`, `SP3S-US`, `SP4L-EU` and `SP4M-US`
- Universal Remotes: `RM mini`, `RM mini 3`, `RM pro`, `RM pro+`, `RM plus`, `RM4 mini`, `RM4 pro` and `RM4C mini`
- Wi-Fi Controlled Switches: `BG1`, `SC1`
- Smart Light Bulbs: `LB1`
{% include integrations/config_flow.md %}
@ -42,6 +45,7 @@ The entities are divided into three subdomains:
- [Remote](#remote)
- [Sensor](#sensor)
- [Switch](#switch)
- [Light](#light)
## Remote
@ -325,6 +329,10 @@ script:
The `sensor` entities allow you to monitor Broadlink sensors. These entities are created automatically when you configure a device that has sensors.
## Light
The `light` 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.
## Switch
The `switch` 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.