2018-01-02 00:00:45 +00:00
|
|
|
######################################################################
|
2024-09-06 16:29:57 +00:00
|
|
|
## Automation for 08:30 AM Daily Tasks
|
|
|
|
## https://www.vcloudinfo.com/click-here
|
|
|
|
## This automation handles actions to be performed at 8:30 AM,
|
|
|
|
## typically related to the family's morning routine.
|
2018-01-02 00:00:45 +00:00
|
|
|
######################################################################
|
|
|
|
|
2019-02-23 23:03:43 +00:00
|
|
|
- alias: 'Kids left for the day'
|
2020-07-20 18:33:03 +00:00
|
|
|
id: 7cc9a7d6-8918-4a4a-98e7-a46abc9df4f1
|
2018-01-02 00:00:45 +00:00
|
|
|
trigger:
|
|
|
|
- platform: time
|
|
|
|
at: '08:30:00'
|
|
|
|
|
|
|
|
condition:
|
|
|
|
- condition: state
|
|
|
|
entity_id: group.family
|
|
|
|
state: home
|
|
|
|
- condition: state
|
|
|
|
entity_id: input_boolean.guest_mode
|
|
|
|
state: 'off'
|
|
|
|
- condition: state
|
|
|
|
entity_id: input_boolean.school_mode
|
|
|
|
state: 'on'
|
|
|
|
- condition: time
|
|
|
|
weekday:
|
|
|
|
- mon
|
|
|
|
- tue
|
|
|
|
- wed
|
|
|
|
- thu
|
|
|
|
- fri
|
|
|
|
action:
|
2020-08-20 00:26:45 +00:00
|
|
|
- wait_template: "{{ is_state('group.garage_doors', 'open') }}"
|
|
|
|
timeout: '00:45:00'
|
|
|
|
- delay: 00:03:00
|
2018-01-02 00:00:45 +00:00
|
|
|
- service: light.turn_off
|
2019-06-08 17:33:38 +00:00
|
|
|
entity_id: all
|