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.
|
## Stuff that needs to happen at 05:50am.
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
- alias: 'Timed 550'
|
- alias: 'Timed 0630'
|
||||||
id: 7bf33e23-021c-4e11-946b-b052b81fd2bc
|
id: 7bf33e23-021c-4e11-946b-b052b81fd2bc
|
||||||
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '05:50:00'
|
at: '06:30:00'
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
|
@ -26,8 +27,4 @@
|
||||||
action:
|
action:
|
||||||
- service: homeassistant.turn_on
|
- service: homeassistant.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.dining_room_lights
|
- group.kitchen_accents
|
||||||
- light.fridge
|
|
||||||
- light.k2
|
|
||||||
- light.k3
|
|
||||||
- light.k5
|
|
|
@ -2,11 +2,12 @@
|
||||||
## Stuff that needs to happen at 08:30am.
|
## Stuff that needs to happen at 08:30am.
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
- alias: 'Kids 650'
|
- alias: 'Kids 700'
|
||||||
id: 3e0c4f40-0d55-42a0-9af9-37124b1b9b8b
|
id: 3e0c4f40-0d55-42a0-9af9-37124b1b9b8b
|
||||||
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '06:50:00'
|
at: '07:00:00'
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
|
@ -36,4 +37,6 @@
|
||||||
{{ states.sun.sun.state == 'above_horizon' }}
|
{{ states.sun.sun.state == 'above_horizon' }}
|
||||||
- service: homeassistant.turn_off
|
- service: homeassistant.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.fridge
|
- group.kitchen_accents
|
||||||
|
- service: light.turn_off
|
||||||
|
entity_id: all
|
|
@ -26,8 +26,8 @@
|
||||||
- thu
|
- thu
|
||||||
- fri
|
- fri
|
||||||
action:
|
action:
|
||||||
- wait_template: >-
|
# - wait_template: >-
|
||||||
{{ is_state('group.garage_doors', 'open') }}
|
# {{ is_state('group.garage_doors', 'open') }}
|
||||||
- delay: 00:03:00
|
# - delay: 00:03:00
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: all
|
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