First Commit
This commit is contained in:
25
packages/light/lightscenes.yaml
Normal file
25
packages/light/lightscenes.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
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
|
Reference in New Issue
Block a user