A whole bunch of cleanup

This commit is contained in:
CeeWeasel
2025-02-10 15:08:18 -05:00
parent 4ee29d9a17
commit ad03f34254
78 changed files with 230 additions and 149 deletions
+2 -2
View File
@@ -5,13 +5,13 @@ mode: queued
trigger:
- platform: state
id: door_open
entity_id: binary_sensor.furnace_room_door
entity_id: binary_sensor.furnace_room_door, binary_sensor.furnace_room_door_contact
from: "off"
to: "on"
- platform: state
id: door_closed
entity_id: binary_sensor.furnace_room_door
entity_id: binary_sensor.furnace_room_door, binary_sensor.furnace_room_door_contact
to: "off"
for: "00:10:00"