Fixed typo and made example easier to understand

This commit is contained in:
Brent Hughes 2016-12-29 13:29:49 -06:00 committed by GitHub
parent 6f5b610690
commit 6514fabc50

View File

@ -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'
```