fix: Fix issue in trigger

This commit is contained in:
2025-01-04 11:04:32 -08:00
parent d7a4640cf7
commit b097fcb933

View File

@@ -246,9 +246,10 @@ script:
- alias: Wait for Garage Door to Close - alias: Wait for Garage Door to Close
wait_for_trigger: wait_for_trigger:
- trigger: state - trigger:
entity_id: binary_sensor.garage_door platform: state
to: 'off' entity_id: binary_sensor.garage_door
to: 'off'
timeout: 30 timeout: 30
- alias: Process Trigger - alias: Process Trigger