13 lines
420 B
YAML
Raw Normal View History

2016-10-19 17:47:13 +00:00
######################################################################
## Turn off my Office light whenever I leave the house.
######################################################################
2016-10-19 17:38:48 +00:00
- 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