Files
fresh-home/automations/people/Tess/tess_away.yaml
T
2024-04-14 14:08:56 -04:00

20 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:
- service: input_boolean.turn_off
entity_id: input_boolean.tess_home