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-12-13 01:18:44 +00:00
|
|
|
# condition:
|
|
|
|
# - condition: state
|
|
|
|
# entity_id: group.family
|
|
|
|
# state: home
|
2016-11-21 20:22:01 +00:00
|
|
|
|
2016-10-11 20:51:10 +00:00
|
|
|
action:
|
2016-12-13 01:18:44 +00:00
|
|
|
- service: script.interior_off
|
|
|
|
|
2016-11-09 05:41:28 +00:00
|
|
|
|