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

19 lines
390 B
YAML

alias: 'Master Bedroom Occupied'
id: automation_master_bedroom_occupied
mode: restart
trigger:
- platform: state
entity_id:
- binary_sensor.master_bedroom_occupied
to: 'on'
condition:
- condition: state
entity_id: input_boolean.master_bedroom_occupied
state: 'off'
action:
- service: input_boolean.turn_on
entity_id: input_boolean.master_bedroom_occupied