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