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

21 lines
387 B
YAML

alias: "Tess Away"
id: automation_tess_away
mode: restart
trigger:
- platform: state
entity_id:
- person.kristy
to: "not_home"
- platform: state
entity_id:
- person.tess
to: "not_home"
condition:
- condition: state
entity_id: input_boolean.tess_home
state: "on"
action:
- action: input_boolean.turn_off
entity_id: input_boolean.tess_home