mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Change default automation mode (#14009)
This commit is contained in:
parent
922aca84f8
commit
e5a72cb93a
@ -61,10 +61,14 @@ The automation's `mode` configuration option controls what happens when the auto
|
|||||||
|
|
||||||
Mode | Description
|
Mode | Description
|
||||||
-|-
|
-|-
|
||||||
`single` | Do not start a new run. Issue a warning.
|
`single` | (Default) Do not start a new run. Issue a warning.
|
||||||
`restart` | Start a new run after first stopping previous run.
|
`restart` | Start a new run after first stopping previous run.
|
||||||
`queued` | Start a new run after all previous runs complete. Runs are guaranteed to execute in the order they were queued.
|
`queued` | Start a new run after all previous runs complete. Runs are guaranteed to execute in the order they were queued.
|
||||||
`parallel` | (Default) Start a new, independent run in parallel with previous runs.
|
`parallel` | Start a new, independent run in parallel with previous runs.
|
||||||
|
|
||||||
|
<p class='img'>
|
||||||
|
<img src='/images/integrations/script/script_modes.jpg'>
|
||||||
|
</p>
|
||||||
|
|
||||||
For both `queued` and `parallel` modes, configuration option `max` controls the maximum
|
For both `queued` and `parallel` modes, configuration option `max` controls the maximum
|
||||||
number of runs that can be executing and/or queued up at a time. The default is 10.
|
number of runs that can be executing and/or queued up at a time. The default is 10.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user