2017-02-19 07:01:45 +00:00
|
|
|
######################################################################
|
|
|
|
## Stuff that needs to happen at 08:30am.
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
- alias: 'Kids left for the day.'
|
|
|
|
trigger:
|
|
|
|
- platform: time
|
|
|
|
after: '08:30: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_off
|
|
|
|
entity_id:
|
|
|
|
- group.interior_lights
|
2017-04-13 15:32:24 +00:00
|
|
|
- service: switch.turn_off
|
|
|
|
entity_id: switch.kitchen_accents
|