mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Update scripts.markdown (#15639)
The wording here has caused confusion a few times, so making it clearer that the you have to use `false`
This commit is contained in:
parent
e7ee9ca7f2
commit
638e6092c6
@ -178,7 +178,7 @@ With both types of waits it is possible to set a timeout after which the script
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
You can also get the script to abort after the timeout by using optional `continue_on_timeout`.
|
||||
You can also get the script to abort after the timeout by using optional `continue_on_timeout: false`.
|
||||
|
||||
{% raw %}
|
||||
```yaml
|
||||
@ -194,7 +194,7 @@ You can also get the script to abort after the timeout by using optional `contin
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
Without `continue_on_timeout` the script will always continue.
|
||||
Without `continue_on_timeout: false` the script will always continue since the default for `continue_on_timeout` is `true`.
|
||||
|
||||
### Wait Variable
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user