mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 16:44:46 +00:00
10 lines
218 B
YAML
Executable File
10 lines
218 B
YAML
Executable File
- 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
|