Skip to content

Commit

Permalink
Added missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennec78 committed May 19, 2024
1 parent 42e3385 commit 1f583fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Automatic Gate/automatic-gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1f583fc

Please sign in to comment.