Files
fresh-home/automations/rooms/master_bathroom/master_bathroom_occupied.yaml
T
2025-10-10 20:24:52 -04:00

19 lines
392 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:
- action: input_boolean.turn_on
entity_id: input_boolean.master_bathroom_occupied