mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
A whole bunch of cleanup
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user