Merge pull request #2267 from crice009/current

added a sentence to script.is_running -check links
This commit is contained in:
H. Árkosi Róbert 2022-11-05 09:14:13 +01:00 committed by GitHub
commit 90d2729c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ This can't be used in a lambda as it would block all functioning of the device.
This :ref:`condition <config-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 <while_action>`, instead try :ref:`script.wait <script-wait_action>`.
.. code-block:: yaml