Files
fresh-home/automations/people/Emmett/emmett_home.yaml
T
2025-10-10 20:24:52 -04:00

23 lines
524 B
YAML

alias: "Emmett Home"
id: automation_emmett_home
mode: restart
trigger:
- platform: state
entity_id: binary_sensor.emmett_home
to: "on"
- platform: time_pattern
minutes: "/5"
condition:
- condition: state
entity_id: input_boolean.emmett_home
state: "off"
- condition: state
entity_id: binary_sensor.emmett_home
state: "on"
action:
- action: input_boolean.turn_off
entity_id: input_boolean.emmett_travelling
- action: input_boolean.turn_on
entity_id: input_boolean.emmett_home