Adding button for master bed occupied

This commit is contained in:
CeeWeasel
2024-11-08 12:53:08 -05:00
parent ce5f698934
commit 4ee29d9a17
19 changed files with 35 additions and 37 deletions
@@ -3,7 +3,7 @@ id: automation_master_bedroom_awake
trigger:
- platform: state
entity_id: binary_sensor.master_bed_occupied
entity_id: binary_sensor.master_bed_right_occupied
to: 'off'
for: '00:10:00'
@@ -25,7 +25,7 @@ condition:
- alias: "No one on master bed"
condition: state
entity_id: binary_sensor.master_bed_occupied
entity_id: binary_sensor.master_bed_right_occupied
state: 'off'
- alias: "The boolean is currently on"