diff --git a/automation/sunrise_turnon_and_off.yaml b/automation/sunrise_turnon_and_off.yaml index 7c391e06..ec14bd4d 100755 --- a/automation/sunrise_turnon_and_off.yaml +++ b/automation/sunrise_turnon_and_off.yaml @@ -17,36 +17,8 @@ entity_id: switch.foyer_outlet - service: light.turn_on entity_id: light.outdoor_bathroom - - service: light.turn_on - data: - entity_id: light.outdoor_foyer - brightness: 235 - #rgb_color: [61,178,112] - #Green - #rgb_color: [255,112,242] - #Purple - rgb_color: [206,22,32] - #red - - service: light.turn_on - data: - entity_id: light.outdoor_scounce_1 - brightness: 235 - rgb_color: [61,178,112] - #Green - #rgb_color: [255,112,242] - #Purple - #rgb_color: [206,22,32] - #red - - service: light.turn_on - data: - entity_id: light.outdoor_scounce_2 - brightness: 235 - #rgb_color: [61,178,112] - #Green - #rgb_color: [255,112,242] - #Purple - rgb_color: [206,22,32] - #red + - service: scene.turn_on + entity_id: scene.december_front ###################################################################### - alias: 'Sunset Stuff off' @@ -58,8 +30,6 @@ # event_type: halloween_lights_off action: - - service: switch.turn_off - entity_id: switch.foyer_outlet - service: light.turn_off entity_id: group.outdoor_front_lights data: @@ -68,7 +38,8 @@ entity_id: light.outdoor_bathroom - service: light.turn_off entity_id: group.outdoor_lights - - service: switch.turn_off - entity_id: switch.kitchen_accents - + - service: script.switch_turn_off_all + + + \ No newline at end of file diff --git a/scene/december_front.yaml b/scene/december_front.yaml new file mode 100755 index 00000000..81f369d3 --- /dev/null +++ b/scene/december_front.yaml @@ -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 + \ No newline at end of file diff --git a/scene/tv_time.yaml b/scene/tv_time.yaml index 455160dd..1c94be3a 100755 --- a/scene/tv_time.yaml +++ b/scene/tv_time.yaml @@ -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 diff --git a/script/switch_turn_off.yaml b/script/switch_turn_off.yaml index 7d993f3e..d106aac9 100755 --- a/script/switch_turn_off.yaml +++ b/script/switch_turn_off.yaml @@ -1,5 +1,8 @@ ###################################################################################################### ###Script to shut switches with a 30 second delay to not trample codes +### Sample Call +# action: +# - service: script.switch_turn_off_all ###################################################################################################### switch_turn_off_all: