Skip to content

Commit 8321e8e

Browse files
Merge pull request home-assistant#1669 from bah2830/patch-3
Added docs for the new ledenet protocol
2 parents 48c58fd + 6514fab commit 8321e8e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/_components/light.flux_led.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Example of bulbs:
2222
- [MagicLight® Plus - WiFi Smart LED Light Bulb4](https://www.amazon.com/gp/product/B00NOC93NG)
2323
- [Flux WiFi Smart LED Light Bulb4](http://smile.amazon.com/Flux-WiFi-Smart-Light-Bulb/dp/B01A6GHHTE)
2424
- [WIFI smart LED light Bulb1](http://smile.amazon.com/gp/product/B01CS1EZYK)
25+
- [Ledenet WiFi RGBW Controller](https://www.amazon.com/gp/product/B01DY56N8U)
2526

2627
The chances are high that your bulb or controller (eg. WiFi LED CONTROLLER) will work if you can control the device with the MagicHome app.
2728

@@ -89,3 +90,14 @@ Will add a light with white mode (default). Changing the brightness will set the
8990
name: NAME
9091
mode: "rgbw"
9192
```
93+
94+
Some devices such as the Ledenet RGBW controller use a slightly difference protocol for communicating the brightness to each color channel. If your device is only turning on or off but not changing color or brightness try adding the LEDENET protocol.
95+
96+
```yaml
97+
light:
98+
- platform: flux_led
99+
devices:
100+
192.168.1.10:
101+
name: NAME
102+
protocol: 'ledenet'
103+
```

0 commit comments

Comments
 (0)