Erstat cover.anne sensor med binary_sensor.garageport (ThirdReality)

GoGoGate2 sensor er defekt - bruger nu ThirdReality garage door sensor
til state-tjek. GoGoGate2 bruges stadig til at åbne/lukke porten.
Entity registry opdateret med nye navne.
This commit is contained in:
2026-04-17 07:49:23 +02:00
parent fd8ccb9771
commit f8eacec2ff
4 changed files with 21 additions and 18 deletions
+8 -8
View File
@@ -4,16 +4,16 @@
trigger:
- platform: state
entity_id: cover.anne
to: "open"
entity_id: binary_sensor.garageport
to: "on"
- platform: time
at: "21:00:00"
condition:
- condition: state
entity_id: cover.anne
state: "open"
entity_id: binary_sensor.garageport
state: "on"
action:
- delay: "00:05:00"
@@ -21,8 +21,8 @@
- repeat:
while:
- condition: state
entity_id: cover.anne
state: "open"
entity_id: binary_sensor.garageport
state: "on"
sequence:
@@ -51,8 +51,8 @@
action: IGNORE_GARAGE_ANNE
- platform: state
entity_id: cover.anne
to: "closed"
entity_id: binary_sensor.garageport
to: "off"
timeout: "00:30:00"