2016-10-19 17:47:13 +00:00

13 lines
420 B
YAML
Executable File

######################################################################
## Turn off my Office light whenever I leave the house.
######################################################################
- alias: 'Carlo has left the building'
trigger:
- platform: state
entity_id: device_tracker.carlo
state: not_home
action:
- service: light.turn_off
entity_id: light.office_lamp