Skip to content

Commit 8e8fbfb

Browse files
JudgeDreddKLCfabaff
authored andcommitted
fix template-trigger link (home-assistant#3244)
link does not go to template-trigger header. This is probably due to the getting-started redirect not respecting the tag
1 parent e91ea48 commit 8e8fbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/scripts.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ delay: {% raw %}'00:{{ states.input_slider.minute_delay.state | int }}:00'{% end
7777
```
7878
### {% linkable_title Wait %}
7979

80-
Wait until some things are complete. We support at the moment `wait_template` for waiting until a condition is `true`, see also on [Template-Trigger](/getting-started/automation-trigger/#template-trigger). The Timeout has same syntax as `delay`. If you set a Timeout for 1 minute and the condition is not satified within that minute, the script will continue.
80+
Wait until some things are complete. We support at the moment `wait_template` for waiting until a condition is `true`, see also on [Template-Trigger](/docs/automation/trigger/#template-trigger). The Timeout has same syntax as `delay`. If you set a Timeout for 1 minute and the condition is not satified within that minute, the script will continue.
8181

8282
```yaml
8383
# wait until media player have stop the playing

0 commit comments

Comments
 (0)