From d1ce7d5e977f2b53939cd9990f68f08f03613025 Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Mon, 5 Sep 2022 14:23:00 -0400 Subject: [PATCH] added a sentence to script.is_running -check links --- guides/automations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/automations.rst b/guides/automations.rst index b1838fd8a..06691b165 100644 --- a/guides/automations.rst +++ b/guides/automations.rst @@ -790,7 +790,7 @@ of the script are running in parallel, this will block until all of them have te This :ref:`condition ` allows you to check if a given script is running. In case scripts are run in ``parallel``, this condition only tells you if at least one script -of the given id is running, not how many. +of the given id is running, not how many. Not designed for use with :ref:`while `, instead try :ref:`script.wait `. .. code-block:: yaml