mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +00:00
Update scripts.markdown (#14247)
VS Code give an incorrect type error that it expects a boolean using the example.
This commit is contained in:
parent
2194975b83
commit
9815a06985
@ -139,7 +139,7 @@ You can also get the script to abort after the timeout by using optional `contin
|
|||||||
# Wait until a valve is < 10 or abort after 1 minute.
|
# Wait until a valve is < 10 or abort after 1 minute.
|
||||||
- wait_template: "{{ state_attr('climate.kitchen', 'valve')|int < 10 }}"
|
- wait_template: "{{ state_attr('climate.kitchen', 'valve')|int < 10 }}"
|
||||||
timeout: '00:01:00'
|
timeout: '00:01:00'
|
||||||
continue_on_timeout: 'false'
|
continue_on_timeout: false
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user