diff --git a/source/_components/light.flux_led.markdown b/source/_components/light.flux_led.markdown index afb0fbb2921..e9d404af622 100644 --- a/source/_components/light.flux_led.markdown +++ b/source/_components/light.flux_led.markdown @@ -22,6 +22,7 @@ Example of bulbs: - [MagicLight® Plus - WiFi Smart LED Light Bulb4](https://www.amazon.com/gp/product/B00NOC93NG) - [Flux WiFi Smart LED Light Bulb4](http://smile.amazon.com/Flux-WiFi-Smart-Light-Bulb/dp/B01A6GHHTE) - [WIFI smart LED light Bulb1](http://smile.amazon.com/gp/product/B01CS1EZYK) +- [Ledenet WiFi RGBW Controller](https://www.amazon.com/gp/product/B01DY56N8U) 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. @@ -89,3 +90,11 @@ Will add a light with white mode (default). Changing the brightness will set the name: NAME mode: "rgbw" ``` + +Some devices such as the Ledenet RGBW controller use a slightly differenct 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. + +```yaml + 192.168.1.10: + name: NAME + protocol: 'LEDENET' +```