Home-AssistantConfig/automation/carlo_left.yaml

13 lines
405 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
to: not_home
action:
- service: light.turn_off
entity_id: light.office_lamp