mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
21 lines
387 B
YAML
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
|