From 6514fabc50f2b03af938477933118cf5c88da3aa Mon Sep 17 00:00:00 2001 From: Brent Hughes Date: Thu, 29 Dec 2016 13:29:49 -0600 Subject: [PATCH] Fixed typo and made example easier to understand --- source/_components/light.flux_led.markdown | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/source/_components/light.flux_led.markdown b/source/_components/light.flux_led.markdown index 4cf0c176025..1fe744c16be 100644 --- a/source/_components/light.flux_led.markdown +++ b/source/_components/light.flux_led.markdown @@ -91,10 +91,13 @@ Will add a light with white mode (default). Changing the brightness will set the 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. +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. ```yaml - 192.168.1.10: - name: NAME - protocol: 'ledenet' +light: + - platform: flux_led + devices: + 192.168.1.10: + name: NAME + protocol: 'ledenet' ```