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:
@@ -26,8 +26,8 @@
|
||||
- alias: 'Lys Garage - tænd hvis garage åbner'
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: cover.anne
|
||||
to: 'open'
|
||||
entity_id: binary_sensor.garageport
|
||||
to: 'on'
|
||||
action:
|
||||
- service: scene.turn_on
|
||||
data:
|
||||
@@ -36,8 +36,8 @@
|
||||
- alias: 'Sluk lys garage 5 min efter lukning'
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: cover.anne
|
||||
to: 'closed'
|
||||
entity_id: binary_sensor.garageport
|
||||
to: 'off'
|
||||
for:
|
||||
minutes: 5
|
||||
action:
|
||||
|
||||
Reference in New Issue
Block a user