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