Updated times for morning routines in the School from Home days now.
This commit is contained in:
parent
3779f9ae3c
commit
f69a552da9
|
@ -2,11 +2,12 @@
|
|||
## Stuff that needs to happen at 05:50am.
|
||||
######################################################################
|
||||
|
||||
- alias: 'Timed 550'
|
||||
- alias: 'Timed 0630'
|
||||
id: 7bf33e23-021c-4e11-946b-b052b81fd2bc
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '05:50:00'
|
||||
at: '06:30:00'
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
|
@ -26,8 +27,4 @@
|
|||
action:
|
||||
- service: homeassistant.turn_on
|
||||
entity_id:
|
||||
- light.dining_room_lights
|
||||
- light.fridge
|
||||
- light.k2
|
||||
- light.k3
|
||||
- light.k5
|
||||
- group.kitchen_accents
|
|
@ -2,11 +2,12 @@
|
|||
## Stuff that needs to happen at 08:30am.
|
||||
######################################################################
|
||||
|
||||
- alias: 'Kids 650'
|
||||
- alias: 'Kids 700'
|
||||
id: 3e0c4f40-0d55-42a0-9af9-37124b1b9b8b
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '06:50:00'
|
||||
at: '07:00:00'
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
|
@ -36,4 +37,6 @@
|
|||
{{ states.sun.sun.state == 'above_horizon' }}
|
||||
- service: homeassistant.turn_off
|
||||
entity_id:
|
||||
- light.fridge
|
||||
- group.kitchen_accents
|
||||
- service: light.turn_off
|
||||
entity_id: all
|
|
@ -26,8 +26,8 @@
|
|||
- thu
|
||||
- fri
|
||||
action:
|
||||
- wait_template: >-
|
||||
{{ is_state('group.garage_doors', 'open') }}
|
||||
- delay: 00:03:00
|
||||
# - wait_template: >-
|
||||
# {{ is_state('group.garage_doors', 'open') }}
|
||||
# - delay: 00:03:00
|
||||
- service: light.turn_off
|
||||
entity_id: all
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Binary file not shown.
Before Width: | Height: | Size: 173 KiB After Width: | Height: | Size: 180 KiB |
Loading…
Reference in New Issue