mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
19 lines
368 B
YAML
19 lines
368 B
YAML
alias: "Master Bedroom Occupied"
|
|
id: automation_master_bedroom_occupied
|
|
mode: restart
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id:
|
|
- binary_sensor.bedroom_occupied
|
|
to: "on"
|
|
|
|
condition:
|
|
- condition: state
|
|
entity_id: input_boolean.bedroom_occupied
|
|
state: "off"
|
|
|
|
action:
|
|
- action: input_boolean.turn_on
|
|
entity_id: input_boolean.bedroom_occupied
|