mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Correct comment in script yaml. (#9437)
This commit is contained in:
parent
68cbf61efc
commit
98266ce57f
@ -135,7 +135,7 @@ You can also get the script to abort after the timeout by using `continue_on_tim
|
|||||||
|
|
||||||
{% raw %}
|
{% raw %}
|
||||||
```yaml
|
```yaml
|
||||||
# Wait until a valve is < 10 or continue after 1 minute.
|
# Wait until a valve is < 10 or abort after 1 minute.
|
||||||
- wait_template: "{{ states.climate.kitchen.attributes.valve|int < 10 }}"
|
- wait_template: "{{ states.climate.kitchen.attributes.valve|int < 10 }}"
|
||||||
timeout: '00:01:00'
|
timeout: '00:01:00'
|
||||||
continue_on_timeout: 'false'
|
continue_on_timeout: 'false'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user