From 89812521e984203914b9b21f23a335e4a94de94b Mon Sep 17 00:00:00 2001 From: L-I-Am Date: Mon, 29 Nov 2021 13:55:35 +0100 Subject: [PATCH] Update broadlink.markdown to include Light entity (#17922) Co-authored-by: Franck Nijhof --- source/_integrations/broadlink.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/broadlink.markdown b/source/_integrations/broadlink.markdown index 8a403d769a8..a220d1feb64 100644 --- a/source/_integrations/broadlink.markdown +++ b/source/_integrations/broadlink.markdown @@ -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.