From f16008b27424bb2633c37d6f136d0abd865edea5 Mon Sep 17 00:00:00 2001 From: kloggy <38220016+kloggy@users.noreply.github.com> Date: Mon, 14 Jun 2021 22:47:48 +0100 Subject: [PATCH] Small clarification for queued automations (#18200) --- source/_docs/automation/modes.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/modes.markdown b/source/_docs/automation/modes.markdown index 70b083f3f07..81f6321a5e9 100644 --- a/source/_docs/automation/modes.markdown +++ b/source/_docs/automation/modes.markdown @@ -11,7 +11,7 @@ Mode | Description -|- `single` | (Default) Do not start a new run. Issue a warning. `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. Note that subsequent queued automations will only join the queue if any conditions it may have are met at the time it is triggered. `parallel` | Start a new, independent run in parallel with previous runs.