corrected open/close initial state

This commit is contained in:
2021-11-08 18:26:17 +01:00
parent c08fd7847d
commit 8224226483

View File

@@ -11,7 +11,7 @@ esphome:
- binary_sensor.is_off: SensorOben - binary_sensor.is_off: SensorOben
then: then:
- lambda: |- - lambda: |-
id(GarageStatus) = 0; id(GarageStatus) = 2;
- if: - if:
condition: condition:
and: and:
@@ -19,7 +19,7 @@ esphome:
- binary_sensor.is_on: SensorOben - binary_sensor.is_on: SensorOben
then: then:
- lambda: |- - lambda: |-
id(GarageStatus) = 2; id(GarageStatus) = 0;
- if: - if:
condition: condition:
and: and: