Home-AssistantConfig/automation/good_morning.yaml
2017-02-19 07:01:45 +00:00

41 lines
990 B
YAML
Executable File

######################################################################
## Weekday Morning Routines for the Wife and Kiddos.
######################################################################
- alias: 'Good Morning Routine'
trigger:
- platform: event
event_type: good_morning
- platform: state
entity_id:
- binary_sensor.sleepnumber_carlo_stacey_is_in_bed
state: 'off'
condition:
- condition: state
entity_id: group.family
state: home
- condition: state
entity_id: input_boolean.school_mode
state: 'on'
- condition: time
after: '06:00:00'
- condition: time
weekday:
- mon
- tue
- wed
- thu
- fri
action:
- service: light.turn_on
entity_id:
- light.s1
- light.s4
- service: switch.turn_on
entity_id: switch.kitchen_accents
- delay: 00:01:00
- service: switch.turn_on
entity_id: switch.kitchen_accents