Added multiple scene example
Just added 2 more generic scenes to make it obvious how to add additional scenes.
This commit is contained in:
parent
a7b570c548
commit
950df2720c
1 changed files with 11 additions and 0 deletions
|
@ -21,4 +21,15 @@ scene:
|
||||||
state: on
|
state: on
|
||||||
color: [0.33, 0.66]
|
color: [0.33, 0.66]
|
||||||
brightness: 200
|
brightness: 200
|
||||||
|
|
||||||
|
- name: all_lights_on
|
||||||
|
entities:
|
||||||
|
group.all_lights:
|
||||||
|
state: on
|
||||||
|
|
||||||
|
- name: all_lights_off
|
||||||
|
entities:
|
||||||
|
group.all_lights:
|
||||||
|
state: off
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue