Hopefully fixing master bed presence and cleaning up a lot of junk

This commit is contained in:
CeeWeasel
2025-07-24 16:39:36 -04:00
parent ca1082899b
commit c80842714f
48 changed files with 1740 additions and 2042 deletions
+6 -6
View File
@@ -9,9 +9,9 @@ trigger:
- platform: state
entity_id: binary_sensor.garage_door
to: 'on'
- platform: state
entity_id: binary_sensor.outer_garage_door
to: 'on'
# - platform: state
# entity_id: binary_sensor.outer_garage_door
# to: 'on'
- platform: state
entity_id: binary_sensor.outer_garage_door_contact
to: 'on'
@@ -50,9 +50,9 @@ condition:
- condition: state
entity_id: binary_sensor.garage_door
state: 'on'
- condition: state
entity_id: binary_sensor.outer_garage_door
state: 'on'
# - condition: state
# entity_id: binary_sensor.outer_garage_door
# state: 'on'
- condition: state
entity_id: binary_sensor.outer_garage_door_contact
state: 'on'