Home-AssistantConfig/config/scene/living_room.yaml

75 lines
1.9 KiB
YAML
Raw Normal View History

2018-01-01 19:00:45 -05:00
- name: TV Time
entities:
light.m1_front_left:
2018-01-01 19:00:45 -05:00
state: off
transition: 10
light.m1_front_right:
2018-01-01 19:00:45 -05:00
state: off
transition: 10
light.m1_slider:
2018-01-01 19:00:45 -05:00
state: off
transition: 10
light.m1_back_right:
2018-01-01 19:00:45 -05:00
state: on
transition: 10
rgb_color: [255,215,0] # Gold
brightness: 30
light.m1_back_left:
2018-01-01 19:00:45 -05:00
state: on
transition: 40
rgb_color: [255,215,0] # Gold
brightness: 30
2018-01-01 19:00:45 -05:00
light.tv_stand_light:
state: on
2020-09-22 20:26:52 -04:00
transition: 40
rgb_color: [255,215,0] # Gold
2018-01-01 19:00:45 -05:00
brightness: 150
light.tv_light:
state: on
2020-09-22 20:26:52 -04:00
transition: 40
rgb_color: [255,215,0] # Gold
2020-09-22 20:26:52 -04:00
brightness: 150
2018-01-01 19:00:45 -05:00
light.couch_1:
state: on
2020-09-22 20:26:52 -04:00
transition: 40
rgb_color: [255,215,0] # Gold
2018-01-01 19:00:45 -05:00
brightness: 255
- name: Red_living_Room
entities:
light.m1_front_left:
2020-09-22 20:26:52 -04:00
state: on
transition: 10
2020-09-22 20:26:52 -04:00
rgb_color: [255,0,0] # RED
brightness: 150
light.m1_front_right:
2020-09-22 20:26:52 -04:00
state: on
transition: 10
2020-09-22 20:26:52 -04:00
rgb_color: [255,0,0] # RED
brightness: 150
light.m1_back_right:
state: on
transition: 10
rgb_color: [255,0,0] # RED
2020-09-22 20:26:52 -04:00
brightness: 150
light.m1_back_left:
state: on
transition: 40
rgb_color: [255,0,0] # RED
2020-09-22 20:26:52 -04:00
brightness: 150
light.tv_stand_light:
state: on
2020-09-22 20:26:52 -04:00
transition: 40
rgb_color: [255,0,0] # RED
2020-09-22 20:26:52 -04:00
brightness: 255
light.tv_light:
state: on
2020-09-22 20:26:52 -04:00
transition: 40
rgb_color: [255,0,0] # RED
2020-09-22 20:26:52 -04:00
brightness: 255
light.couch_1:
state: on
2020-09-22 20:26:52 -04:00
transition: 40
rgb_color: [255,0,0] # RED
brightness: 255