fix: Fix issue in trigger

This commit is contained in:
2025-01-04 11:06:57 -08:00
parent b097fcb933
commit a34278cef4

View File

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