Update light.flux_led.markdown (#1424)
This commit is contained in:
parent
b7ecb155f3
commit
e67faef2a0
1 changed files with 16 additions and 0 deletions
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue