mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
14 lines
270 B
YAML
14 lines
270 B
YAML
alias: "All returned"
|
|
id: automation_all_returned
|
|
mode: restart
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id:
|
|
- input_boolean.clint_home
|
|
- input_boolean.kristy_home
|
|
to: "on"
|
|
action:
|
|
- action: input_boolean.turn_off
|
|
entity_id: input_boolean.all_away
|