mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
Updated Morning routines for the new school Year! High School and Middle School! + Blog #410
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
######################################################################
|
||||
## Stuff that needs to happen at 06:30am.
|
||||
## Stuff that needs to happen at 05:50am.
|
||||
######################################################################
|
||||
|
||||
- alias: 'Timed 640.'
|
||||
- alias: 'Timed 550.'
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '06:40:00'
|
||||
at: '05:50:00'
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
@@ -23,9 +23,8 @@
|
||||
- fri
|
||||
|
||||
action:
|
||||
- service: light.turn_on
|
||||
- service: homeassistant.turn_on
|
||||
entity_id:
|
||||
- light.d1
|
||||
- light.d2
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.kitchen_accents
|
||||
- group.dining_room_lights
|
||||
- switch.kitchen_accents
|
||||
- light.fridge
|
@@ -27,12 +27,13 @@
|
||||
entity_id:
|
||||
- light.d1
|
||||
- light.d2
|
||||
- group.kitchen_lights
|
||||
- service: light.turn_off
|
||||
entity_id:
|
||||
- group.dining_room_lights
|
||||
|
||||
- wait_template: >-
|
||||
{{ states.sun.sun.state == 'above_horizon' }}
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.kitchen_accents
|
||||
- service: homeassistant.turn_off
|
||||
entity_id:
|
||||
- switch.kitchen_accents
|
||||
- light.fridge
|
||||
|
Reference in New Issue
Block a user