This repository has been archived on 2023-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
homeassistant-config/packages/light/light_scenes.yaml

34 lines
991 B
YAML
Raw Normal View History

2022-07-29 01:05:27 +00:00
scene:
2022-08-02 12:03:44 +00:00
- name: light_adaptive
2022-07-29 01:05:27 +00:00
entities:
light.all_direct: false
light.all_indirect: true
2022-08-02 12:03:44 +00:00
switch.adaptive_lighting_default: on
switch.adaptive_lighting_sleep_mode_default: off
2022-07-29 01:05:27 +00:00
- name: light_blue
entities:
2022-08-02 12:03:44 +00:00
switch.adaptive_lighting_default: off
switch.adaptive_lighting_sleep_mode_default: off
2022-07-29 01:05:27 +00:00
light.all_direct: false
light.all_indirect:
rgb_color: [0, 0, 255]
state: true
brightness: 20
- name: light_night
entities:
2022-08-02 12:03:44 +00:00
switch.adaptive_lighting_default: on
2022-07-29 01:05:27 +00:00
light.all_direct: false
light.all_indirect:
rgb_color: [255, 139, 21]
state: true
2022-08-02 12:03:44 +00:00
brightness: 1
2022-08-07 18:10:43 +00:00
switch.adaptive_lighting_sleep_mode_default: on
- name: light_bright
entities:
switch.adaptive_lighting_default: off
light.all_direct: false
light.all_lights:
color_temp: 238
state: true
brightness: 255
switch.adaptive_lighting_sleep_mode_default: off