mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 09:58:17 +00:00
Constant rewrites to use scenes, scripts and templates now.
This commit is contained in:
22
scene/december_front.yaml
Executable file
22
scene/december_front.yaml
Executable file
@@ -0,0 +1,22 @@
|
||||
- name: December Front
|
||||
entities:
|
||||
light.outdoor_scounce_2:
|
||||
state: on
|
||||
transition: 400
|
||||
rgb_color: [206,22,32]
|
||||
brightness: 255
|
||||
light.outdoor_scounce_1:
|
||||
state: on
|
||||
transition: 400
|
||||
rgb_color: [61,178,112]
|
||||
brightness: 255
|
||||
light.outdoor_foyer:
|
||||
state: on
|
||||
transition: 400
|
||||
rgb_color: [206,22,32]
|
||||
brightness: 255
|
||||
|
||||
#rgb_color: [61,178,112] #Green
|
||||
#rgb_color: [255,112,242] #Purple
|
||||
#rgb_color: [206,22,32] #red
|
||||
|
||||
@@ -1,20 +1,5 @@
|
||||
- name: Living Room TV Time
|
||||
entities:
|
||||
group.foyer_lights:
|
||||
state: off
|
||||
transition: 100
|
||||
group.office_lights:
|
||||
state: off
|
||||
transition: 10
|
||||
group.dinette_lights:
|
||||
state: off
|
||||
transition: 100
|
||||
group.kitchen_lights:
|
||||
state: off
|
||||
transition: 100
|
||||
group.dining_room_lights:
|
||||
state: off
|
||||
transition: 100
|
||||
light.M1_front_left:
|
||||
state: off
|
||||
transition: 10
|
||||
|
||||
Reference in New Issue
Block a user