From 1f583fcec640e7003461adb08f0a4e8dbe90e449 Mon Sep 17 00:00:00 2001 From: Etienne Date: Sun, 19 May 2024 18:14:44 +0200 Subject: [PATCH] Added missing line --- Automatic Gate/automatic-gate.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Automatic Gate/automatic-gate.yaml b/Automatic Gate/automatic-gate.yaml index 05cab8d..bbb4391 100644 --- a/Automatic Gate/automatic-gate.yaml +++ b/Automatic Gate/automatic-gate.yaml @@ -278,7 +278,7 @@ blueprint: travel_time_did_not_respond: name: 💬⚠️ Travel time integration did not respond description: The **content** of the notification you will receive if your **travel time integraton did not respond** during the itinerary - default: "Your travel time integration did not respond during your itinerary 😴" + default: "Your travel time integration did not respond during your itinerary" variables: gate: !input gate @@ -889,8 +889,9 @@ action: # If the automatic closing on arrival input is set to false else: # Wait for the user to stop his car - - platform: template - value_template: "{{ is_state(driving_sensor, 'off') }}" + - wait_for_trigger: + - platform: template + value_template: "{{ is_state(driving_sensor, 'off') }}" # Remove the current itinerary - service: input_text.set_value target: