37 lines
831 B
YAML
Executable File
37 lines
831 B
YAML
Executable File
######################################################################
|
|
## Stuff that needs to happen at 08:00am.
|
|
######################################################################
|
|
|
|
- alias: 'Timed 0630'
|
|
id: 7bf33e23-021c-4e11-946b-b052b81fd2bc
|
|
mode: single
|
|
trigger:
|
|
- platform: time
|
|
at: '08:00:00'
|
|
|
|
condition:
|
|
- condition: state
|
|
entity_id: group.family
|
|
state: home
|
|
- condition: state
|
|
entity_id: input_boolean.school_mode
|
|
state: 'on'
|
|
- condition: time
|
|
weekday:
|
|
- mon
|
|
- tue
|
|
- wed
|
|
- thu
|
|
- fri
|
|
|
|
action:
|
|
- service: homeassistant.turn_on
|
|
entity_id:
|
|
- group.kitchen_accents
|
|
- delay: 00:15:00
|
|
- service: homeassistant.turn_on
|
|
entity_id:
|
|
- light.sink
|
|
- light.fridge
|
|
- light.k4
|