2018-01-01 19:00:45 -05:00
|
|
|
######################################################################
|
2025-03-21 13:52:14 +00:00
|
|
|
## Automation for 07:00 AM Daily Tasks
|
2024-09-06 16:29:57 +00:00
|
|
|
## 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-01 19:00:45 -05:00
|
|
|
######################################################################
|
|
|
|
|
2025-03-21 13:52:14 +00:00
|
|
|
- alias: 'Kids 830'
|
|
|
|
id: 3e0c4f40-0d55-42a0-9af9-37124b1b9b8b
|
|
|
|
mode: single
|
2018-01-01 19:00:45 -05:00
|
|
|
trigger:
|
|
|
|
- platform: time
|
|
|
|
at: '08:30:00'
|
|
|
|
|
|
|
|
condition:
|
|
|
|
- condition: state
|
|
|
|
entity_id: group.family
|
|
|
|
state: home
|
2025-03-21 13:52:14 +00:00
|
|
|
|
2018-01-01 19:00:45 -05:00
|
|
|
- condition: state
|
2025-03-21 13:52:14 +00:00
|
|
|
entity_id: sun.sun
|
|
|
|
state: below_horizon
|
|
|
|
|
2018-01-01 19:00:45 -05:00
|
|
|
action:
|
2025-03-21 13:52:14 +00:00
|
|
|
- service: homeassistant.turn_on
|
|
|
|
entity_id:
|
|
|
|
- light.d1
|
|
|
|
- light.d2
|
|
|
|
- light.sink
|
|
|
|
- light.fridge
|
|
|
|
- light.k4
|
|
|
|
- group.kitchen_accents
|
|
|
|
- switch.office_lamp_switch_socket
|
|
|
|
|
|
|
|
- wait_template: >-
|
|
|
|
{{ states.sun.sun.state == 'above_horizon' }}
|
|
|
|
- service: homeassistant.turn_on
|
|
|
|
entity_id: switch.alarm_panel_1_motion_detection
|
|
|
|
- service: button.press
|
|
|
|
entity_id: button.alarm_panel_1_restart_browser
|
|
|
|
- service: homeassistant.turn_off
|
|
|
|
entity_id:
|
|
|
|
- group.kitchen_accents
|
2018-01-01 19:00:45 -05:00
|
|
|
- service: light.turn_off
|
2019-06-08 13:33:38 -04:00
|
|
|
entity_id: all
|