diff --git a/automation/good_morning.yaml b/automation/good_morning.yaml index d94a51d5..187b88e5 100755 --- a/automation/good_morning.yaml +++ b/automation/good_morning.yaml @@ -1,5 +1,5 @@ ###################################################################### -## Shut it all down. No one is here or we went to sleep. +## Weekday Morning Routines for the Wife and Kiddos. ###################################################################### - alias: 'Good Morning Routine' @@ -14,7 +14,7 @@ entity_id: group.family state: home - condition: state - entity_id: input_boolean.guest_mode + entity_id: input_boolean.no_school state: 'off' - condition: time weekday: @@ -32,10 +32,29 @@ - light.s4 data: brightness: 150 - - delay: 02:30:00 + - delay: 00:50:00 +# 6:50am now. + - service: light.turn_on + entity_id: + - light.d1 + - light.d2 + data: + brightness: 150 + - delay: 01:00:00 +# 7:50am now. + - service: light.turn_on + entity_id: + - group.kitchen_lights + data: + brightness: 200 - service: light.turn_off entity_id: - - light.kitchen_fridge - - light.s1 - - light.s4 + - group.dining_room_lights + - delay: 00:40:00 +# 8:30am now. + - service: light.turn_off + entity_id: + - group.kitchen_lights + - group.dinette_lights + \ No newline at end of file diff --git a/input_boolean/no_school.yaml b/input_boolean/no_school.yaml new file mode 100755 index 00000000..3a653243 --- /dev/null +++ b/input_boolean/no_school.yaml @@ -0,0 +1,7 @@ +################################### +## School Vacation Override +################################### +no_school: + icon: mdi:school + initial: off + \ No newline at end of file