2016-10-19 17:47:13 +00:00
|
|
|
######################################################################
|
2016-11-21 22:12:04 +00:00
|
|
|
## Good night Routine
|
2016-10-19 17:47:13 +00:00
|
|
|
######################################################################
|
2016-10-12 00:10:32 +00:00
|
|
|
|
2016-11-24 01:16:05 +00:00
|
|
|
- alias: 'Good Night Routine'
|
2016-10-11 20:51:10 +00:00
|
|
|
trigger:
|
|
|
|
- platform: event
|
2016-11-21 22:12:04 +00:00
|
|
|
event_type: good_night
|
2016-10-13 16:10:32 +00:00
|
|
|
|
2016-10-11 20:51:10 +00:00
|
|
|
condition:
|
2016-11-21 20:22:01 +00:00
|
|
|
- condition: state
|
|
|
|
entity_id: group.family
|
|
|
|
state: home
|
|
|
|
|
2016-10-11 20:51:10 +00:00
|
|
|
action:
|
2016-11-21 20:22:01 +00:00
|
|
|
- service: light.turn_off
|
|
|
|
entity_id:
|
|
|
|
- group.interior_lights
|
2016-11-24 01:16:05 +00:00
|
|
|
- service: switch.turn_off
|
|
|
|
entity_id: switch.kitchen_accents
|
|
|
|
|
|
|
|
|
2016-11-21 20:22:01 +00:00
|
|
|
|
|
|
|
|
2016-11-09 05:41:28 +00:00
|
|
|
|