mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Update broadlink.markdown to include Light entity (#17922)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
5986834eb4
commit
89812521e9
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user