18 lines
430 B
YAML
Raw Normal View History

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'
trigger:
- platform: event
2016-11-21 22:12:04 +00:00
event_type: good_night
# condition:
# - condition: state
# entity_id: group.family
# state: home
action:
- service: script.interior_off
2016-11-09 05:41:28 +00:00