fix: Fix issue in trigger
This commit is contained in:
@@ -246,10 +246,10 @@ script:
|
||||
|
||||
- alias: Wait for Garage Door to Close
|
||||
wait_for_trigger:
|
||||
platform: state
|
||||
entity_id: binary_sensor.garage_door
|
||||
to: 'off'
|
||||
timeout: 30
|
||||
- trigger: state
|
||||
entity_id: binary_sensor.garage_door
|
||||
to: 'off'
|
||||
timeout: 30
|
||||
|
||||
- alias: Process Trigger
|
||||
choose:
|
||||
|
||||
Reference in New Issue
Block a user