25 lines
669 B
YAML
25 lines
669 B
YAML
scene:
|
|
- name: light_alloff
|
|
entities:
|
|
light.all_lights: false
|
|
- name: light_flux
|
|
entities:
|
|
light.all_direct: false
|
|
light.all_indirect: true
|
|
switch.circadian_lighting_circadian_lighting: on
|
|
- name: light_blue
|
|
entities:
|
|
switch.circadian_lighting_circadian_lighting: off
|
|
light.all_direct: false
|
|
light.all_indirect:
|
|
rgb_color: [0, 0, 255]
|
|
state: true
|
|
brightness: 20
|
|
- name: light_night
|
|
entities:
|
|
switch.circadian_lighting_circadian_lighting: off
|
|
light.all_direct: false
|
|
light.all_indirect:
|
|
rgb_color: [255, 139, 21]
|
|
state: true
|
|
brightness: 1 |