Fixed link with _ to - (#19646)

This commit is contained in:
NotSomeBot 2021-10-07 15:55:23 +02:00 committed by GitHub
parent 5e833b8b5c
commit d8a022caa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,7 +161,7 @@ The template is re-evaluated whenever an entity ID that it references changes st
### Wait for Trigger ### Wait for Trigger
This action can use the same triggers that are available in an automation's `trigger` section. See [Automation Trigger](/docs/automation/trigger). The script will continue whenever any of the triggers fires. All previously defined [trigger_variables](/docs/automation/trigger#trigger_variables), [variables](#variables) and [script variables] are passed to the trigger. This action can use the same triggers that are available in an automation's `trigger` section. See [Automation Trigger](/docs/automation/trigger). The script will continue whenever any of the triggers fires. All previously defined [trigger variables](/docs/automation/trigger#trigger-variables), [variables](#variables) and [script variables] are passed to the trigger.
{% raw %} {% raw %}
```yaml ```yaml