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/lightscenes.yaml

31 lines
878 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-02 16:57:48 +00:00
switch.adaptive_lighting_sleep_mode_default: on
- name: light_all_on
entities:
script.light_store_restore: on
- name: light_all_off
entities:
script.light_store_off: on