Home-AssistantConfig/config/scene/living_room.yaml

60 lines
1.5 KiB
YAML
Executable File

- name: TV Time
entities:
light.m1_front_left:
state: off
light.m1_front_right:
state: off
light.m1_slider:
state: off
light.m1_back_right:
state: on
rgb_color: [255,215,0] # Gold
brightness: 50
light.m1_back_left:
state: on
rgb_color: [255,215,0] # Gold
brightness: 50
light.tv_stand_light:
state: on
rgb_color: [255,215,0] # Gold
brightness: 150
light.tv_light:
state: on
rgb_color: [255,215,0] # Gold
brightness: 150
light.couch_1:
state: on
rgb_color: [255,215,0] # Gold
brightness: 255
- name: Red_living_Room
entities:
light.m1_front_left:
state: on
rgb_color: [255,0,0] # RED
brightness: 150
light.m1_front_right:
state: on
rgb_color: [255,0,0] # RED
brightness: 150
light.m1_back_right:
state: on
rgb_color: [255,0,0] # RED
brightness: 150
light.m1_back_left:
state: on
rgb_color: [255,0,0] # RED
brightness: 150
light.tv_stand_light:
state: on
rgb_color: [255,0,0] # RED
brightness: 255
light.tv_light:
state: on
rgb_color: [255,0,0] # RED
brightness: 255
light.couch_1:
state: on
rgb_color: [255,0,0] # RED
brightness: 255