diff --git a/automation/good_morning.yaml b/automation/good_morning.yaml index 18ad97b7..cee12fe2 100755 --- a/automation/good_morning.yaml +++ b/automation/good_morning.yaml @@ -27,11 +27,15 @@ action: - service: light.turn_on entity_id: - - light.fridge - light.s1 - light.s4 data: brightness: 150 + - service: switch.turn_on + entity_id: switch.kitchen_accents + - delay: 00:01:00 + - service: switch.turn_on + entity_id: switch.kitchen_accents - delay: 00:50:00 # 6:50am now. - service: light.turn_on @@ -44,6 +48,8 @@ - service: light.turn_off entity_id: - group.dining_room_lights + - service: switch.turn_off + entity_id: switch.kitchen_accents - delay: 01:00:00 # 7:50am now. - service: light.turn_on @@ -56,9 +62,7 @@ # 8:30am now. - service: light.turn_off entity_id: - - group.kitchen_lights - - group.dinette_lights - data: - transition: 240 + - group.interior_lights + \ No newline at end of file diff --git a/automation/good_night.yaml b/automation/good_night.yaml index 82cf4cfb..6ab82ca8 100755 --- a/automation/good_night.yaml +++ b/automation/good_night.yaml @@ -31,7 +31,12 @@ entity_id: group.interior_lights - service: switch.turn_off entity_id: group.amps + - delay: 00:01:00 - service: switch.turn_off entity_id: switch.foyer_outlet + - delay: 00:01:00 + - service: switch.turn_off + entity_id: switch.kitchen_accents + \ No newline at end of file diff --git a/automation/late_night_helper.yaml b/automation/late_night_helper.yaml index 1d67de65..e88af85a 100755 --- a/automation/late_night_helper.yaml +++ b/automation/late_night_helper.yaml @@ -24,14 +24,17 @@ before: '02:00' action: - service: light.turn_on - entity_id: - - group.living_room_accents - - light.living_room_slider - - light.foyer_door - - light.fridge - - light.sink - - light.M1_front_right - data: - brightness: 150 + - service: light.turn_on + entity_id: + - group.living_room_accents + - light.living_room_slider + - light.foyer_door + - light.fridge + - light.sink + - light.M1_front_right + data: + brightness: 150 + - service: switch.turn_on + entity_id: switch.kitchen_accents + diff --git a/automation/sunrise_turnon_and_off.yaml b/automation/sunrise_turnon_and_off.yaml index 18377bdb..6f016d6b 100755 --- a/automation/sunrise_turnon_and_off.yaml +++ b/automation/sunrise_turnon_and_off.yaml @@ -22,6 +22,7 @@ #Green rgb_color: [255,112,242] #Purple + - alias: 'Sunset Stuff off' trigger: @@ -41,4 +42,8 @@ - service: light.turn_off entity_id: light.pool_bathroom - service: light.turn_off - entity_id: group.outdoor_lights \ No newline at end of file + entity_id: group.outdoor_lights + - service: switch.turn_off + entity_id: switch.kitchen_accents + + \ No newline at end of file diff --git a/group/views.yaml b/group/views.yaml index 216827ad..91bfd9d9 100755 --- a/group/views.yaml +++ b/group/views.yaml @@ -11,6 +11,7 @@ default_view: - group.holiday - group.Bedroom_lights - group.Kitchen_lights + - switch.kitchen_accents - group.Dinette_lights - group.living_room_lights - group.living_room_accents @@ -35,6 +36,7 @@ Lights: - group.holiday_lights - group.Bedroom_lights - group.Kitchen_lights + - switch.kitchen_accents - group.Dinette_lights - group.living_room_lights - group.living_room_accents diff --git a/switch/rf_outlets.yaml b/switch/rf_outlets.yaml index 7bf3afc8..853e8155 100755 --- a/switch/rf_outlets.yaml +++ b/switch/rf_outlets.yaml @@ -34,14 +34,14 @@ code_off: 5264700 # Outlet 311_1 - Outlet 311_1: + Kitchen Accents: protocol: 1 pulselength: 186 code_on: 283955 code_off: 283964 -# Outlet 311_2 - Outlet 311_2: +# Outlet 311_2 : Responds to 311_1 as well. + Kitchen Accent 2: protocol: 1 pulselength: 186 code_on: 284099