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
@@ -13,7 +13,7 @@ trigger:
for: '00:00:30'
- platform: state
entity_id: binary_sensor.master_bed_occupied
entity_id: binary_sensor.master_bed_right_occupied
to: 'on'
for: '00:00:05'
@@ -28,7 +28,7 @@ condition:
entity_id: input_boolean.kristy_home
state: 'on'
- alias: "After 10:00PM and before 4:00AM"
- alias: "After 9:00PM and before 4:00AM"
condition: time
after: '21:00:00'
before: '04:00:00'
@@ -40,7 +40,7 @@ condition:
entity_id: sensor.pixel_7_charger_type
state: 'wireless'
- condition: state
entity_id: binary_sensor.master_bed_occupied
entity_id: binary_sensor.master_bed_right_occupied
state: 'on'