Bunches of fixes nd changes

This commit is contained in:
CeeWeasel
2025-10-27 16:49:34 -04:00
parent 0c01e534ed
commit 953ee882cd
53 changed files with 1167 additions and 441 deletions
+2 -6
View File
@@ -4,9 +4,7 @@ description: "Handles the lights in the furnace room"
mode: queued
triggers:
- id: door_open
entity_id: >-
binary_sensor.hvac_multisensor_door,
binary_sensor.furnace_room_door_contact
entity_id: binary_sensor.water_softener_multisensor_door
from: "off"
to: "on"
trigger: state
@@ -14,9 +12,7 @@ triggers:
When one of the door sensors detect that the furnace room door has been
opened
- id: door_closed
entity_id: >-
binary_sensor.hvac_multisensor_door,
binary_sensor.furnace_room_door_contact
entity_id: binary_sensor.water_softener_multisensor_door
to: "off"
for: "00:10:00"
trigger: state