2018-01-02 00:00:45 +00:00
|
|
|
######################################################################
|
2018-08-23 21:55:38 +00:00
|
|
|
## Stuff that needs to happen at 05:50am.
|
2018-01-02 00:00:45 +00:00
|
|
|
######################################################################
|
|
|
|
|
2018-08-23 21:55:38 +00:00
|
|
|
- alias: 'Timed 550.'
|
2018-01-02 00:00:45 +00:00
|
|
|
trigger:
|
|
|
|
- platform: time
|
2018-08-23 21:55:38 +00:00
|
|
|
at: '05:50:00'
|
2018-01-02 00:00:45 +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:
|
2018-08-23 21:55:38 +00:00
|
|
|
- service: homeassistant.turn_on
|
2018-01-02 00:00:45 +00:00
|
|
|
entity_id:
|
2018-08-23 21:55:38 +00:00
|
|
|
- group.dining_room_lights
|
|
|
|
- switch.kitchen_accents
|
|
|
|
- light.fridge
|