mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 09:01:22 +00:00
29 lines
630 B
YAML
29 lines
630 B
YAML
|
######################################################################
|
||
|
## Stuff that needs to happen at 08:30am.
|
||
|
######################################################################
|
||
|
|
||
|
- alias: 'Kids 0750am.'
|
||
|
trigger:
|
||
|
- platform: time
|
||
|
after: '07:50: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: light.turn_on
|
||
|
entity_id:
|
||
|
- group.kitchen_lights
|