mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
fix template-trigger link (#3244)
link does not go to template-trigger header. This is probably due to the getting-started redirect not respecting the tag
This commit is contained in:
parent
e91ea480a9
commit
8e8fbfb9e3
@ -77,7 +77,7 @@ delay: {% raw %}'00:{{ states.input_slider.minute_delay.state | int }}:00'{% end
|
|||||||
```
|
```
|
||||||
### {% linkable_title Wait %}
|
### {% linkable_title Wait %}
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# wait until media player have stop the playing
|
# wait until media player have stop the playing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user