fix: Fix issue in trigger

This commit is contained in:
2025-01-04 11:00:38 -08:00
parent 05b4bedc07
commit d7a4640cf7

View File

@@ -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: