mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Merge pull request #59 from CCOSTAN/patch-1
Added multiple scene example
This commit is contained in:
commit
dd99a7f013
@ -21,4 +21,15 @@ scene:
|
||||
state: on
|
||||
color: [0.33, 0.66]
|
||||
brightness: 200
|
||||
|
||||
- name: all_lights_on
|
||||
entities:
|
||||
group.all_lights:
|
||||
state: on
|
||||
|
||||
- name: all_lights_off
|
||||
entities:
|
||||
group.all_lights:
|
||||
state: off
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user