Files
fresh-home/automations/rooms/master_bathroom/master_bathroom_occupied.yaml
T
2024-04-14 14:08:56 -04:00

19 lines
393 B
YAML

alias: Master Bathroom Occupied
id: automation_master_bathroom_occupied
mode: restart
trigger:
- platform: state
entity_id:
- binary_sensor.master_bathroom_occupied
to: 'on'
condition:
- condition: state
entity_id: input_boolean.master_bathroom_occupied
state: 'off'
action:
- service: input_boolean.turn_on
entity_id: input_boolean.master_bathroom_occupied