Home-AssistantConfig/config/scene/living_room.yaml

60 lines
1.4 KiB
YAML
Raw Normal View History

2018-01-02 00:00:45 +00:00
- name: TV Time
entities:
light.m1_front_left:
2018-01-02 00:00:45 +00:00
state: off
light.m1_front_right:
2018-01-02 00:00:45 +00:00
state: off
light.slider:
2018-01-02 00:00:45 +00:00
state: off
light.m1_back_right:
2018-01-02 00:00:45 +00:00
state: on
rgb_color: &gold [255,223,0]
brightness: 50
light.m1_back_left:
2018-01-02 00:00:45 +00:00
state: on
rgb_color: *gold
brightness: 50
2018-01-02 00:00:45 +00:00
light.tv_stand_light:
state: on
rgb_color: *gold
2018-01-02 00:00:45 +00:00
brightness: 150
light.tv_light:
state: on
rgb_color: *gold
2020-09-23 00:26:52 +00:00
brightness: 150
2018-01-02 00:00:45 +00:00
light.couch_1:
state: on
rgb_color: *gold
2018-01-02 00:00:45 +00:00
brightness: 255
- name: Red_living_Room
entities:
light.m1_front_left:
2020-09-23 00:26:52 +00:00
state: on
rgb_color: &red [255,0,0]
2020-09-23 00:26:52 +00:00
brightness: 150
light.m1_front_right:
2020-09-23 00:26:52 +00:00
state: on
rgb_color: *red
2020-09-23 00:26:52 +00:00
brightness: 150
light.m1_back_right:
state: on
rgb_color: *red
2020-09-23 00:26:52 +00:00
brightness: 150
light.m1_back_left:
state: on
rgb_color: *red
2020-09-23 00:26:52 +00:00
brightness: 150
light.tv_stand_light:
state: on
rgb_color: *red
2020-09-23 00:26:52 +00:00
brightness: 255
light.tv_light:
state: on
rgb_color: *red
2020-09-23 00:26:52 +00:00
brightness: 255
light.couch_1:
state: on
rgb_color: *red
brightness: 255