corrected open/close initial state
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user