2016-10-12 00:45:09 +00:00

16 lines
383 B
YAML
Executable File

# There is also an IFTTT recipe that shuts down all lights when Nest goes into Away mode. - event_type= Good_Night
- alias: 'GoodNight - Away Mode'
trigger:
- platform: event
event_type: good_night
condition:
condition: state
entity_id: group.family
state: not_home
action:
service: light.turn_off
entity_id: group.all_lights