mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
19 lines
390 B
YAML
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
|