mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-11 19:36:50 +00:00
Update light.flux_led.markdown (#1424)
This commit is contained in:
parent
b7ecb155f3
commit
e67faef2a0
@ -73,3 +73,19 @@ automation:
|
|||||||
entity_id: light.flux_living_room_lamp
|
entity_id: light.flux_living_room_lamp
|
||||||
effect: random
|
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…
x
Reference in New Issue
Block a user