Update light.flux_led.markdown (#1424)

This commit is contained in:
Daniel Høyer Iversen 2016-11-10 15:39:39 +01:00 committed by Fabian Affolter
parent b7ecb155f3
commit e67faef2a0

View File

@ -73,3 +73,19 @@ automation:
entity_id: light.flux_living_room_lamp
effect: random
```
Will add a light with out the white mode:
```yaml
192.168.1.10:
name: NAME
mode: "rgb"
```
Will add a light wit white mode (default). Changing the brightness will set the bulb in white mode:
```yaml
192.168.1.10:
name: NAME
mode: "rgbw"
```