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
+2 -2
View File
@@ -19,12 +19,12 @@ trigger:
- platform: state
id: door_open
entity_id: binary_sensor.outer_garage_door, binary_sensor.garage_door, binary_sensor.outer_garage_door_contact
entity_id: binary_sensor.garage_door, binary_sensor.outer_garage_door_contact #, binary_sensor.outer_garage_door
to: "on"
- platform: state
id: door_shut
entity_id: binary_sensor.outer_garage_door, binary_sensor.outer_garage_door_contact
entity_id: binary_sensor.outer_garage_door_contact #, binary_sensor.outer_garage_door
to: "off"
for:
minutes: 1