corrected open/close initial state
This commit is contained in:
@@ -11,7 +11,7 @@ esphome:
|
||||
- binary_sensor.is_off: SensorOben
|
||||
then:
|
||||
- lambda: |-
|
||||
id(GarageStatus) = 0;
|
||||
id(GarageStatus) = 2;
|
||||
- if:
|
||||
condition:
|
||||
and:
|
||||
@@ -19,7 +19,7 @@ esphome:
|
||||
- binary_sensor.is_on: SensorOben
|
||||
then:
|
||||
- lambda: |-
|
||||
id(GarageStatus) = 2;
|
||||
id(GarageStatus) = 0;
|
||||
- if:
|
||||
condition:
|
||||
and:
|
||||
|
||||
Reference in New Issue
Block a user