Skip to content

Commit e67faef

Browse files
Danielhiversenfabaff
authored andcommitted
Update light.flux_led.markdown (home-assistant#1424)
1 parent b7ecb15 commit e67faef

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

source/_components/light.flux_led.markdown

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,19 @@ automation:
7373
entity_id: light.flux_living_room_lamp
7474
effect: random
7575
```
76+
77+
Will add a light with out the white mode:
78+
79+
```yaml
80+
192.168.1.10:
81+
name: NAME
82+
mode: "rgb"
83+
```
84+
85+
Will add a light wit white mode (default). Changing the brightness will set the bulb in white mode:
86+
87+
```yaml
88+
192.168.1.10:
89+
name: NAME
90+
mode: "rgbw"
91+
```

0 commit comments

Comments
 (0)