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
@@ -37,9 +37,9 @@ trigger:
- platform: state
id: "doors_open"
entity_id:
- binary_sensor.inner_garage_door
# - binary_sensor.inner_garage_door
- binary_sensor.inner_garage_door_contact
- binary_sensor.outer_garage_door
# - binary_sensor.outer_garage_door
- binary_sensor.outer_garage_door_contact
from: "off"
to: "on"
@@ -47,9 +47,9 @@ trigger:
- platform: state
id: "doors_closed"
entity_id:
- binary_sensor.inner_garage_door
# - binary_sensor.inner_garage_door
- binary_sensor.inner_garage_door_contact
- binary_sensor.outer_garage_door
# - binary_sensor.outer_garage_door
- binary_sensor.outer_garage_door_contact
from: "on"
to: "off"