Correct comment in script yaml. (#9437)

This commit is contained in:
Trygve Vea 2019-05-12 00:39:40 +02:00 committed by Klaas Schoute
parent 68cbf61efc
commit 98266ce57f

View File

@ -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'