Update automations.rst

there were illegal blanks in the new line after the code block
This commit is contained in:
Gabriel Sieben 2022-07-20 12:10:05 +02:00 committed by GitHub
parent 3b3f506a9f
commit c0afd8dfef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -727,7 +727,7 @@ or as lambda
.. code-block:: yaml
lambda: 'id(my_script).execute();
lambda: 'id(my_script).execute();
.. _script-stop_action:
@ -758,11 +758,9 @@ will not be executed.
or as lambda
.. code-block:: yaml
lambda: 'id(my_script).stop();'
.. code-block:: yaml
lambda: 'id(my_script).stop();'
.. _script-wait_action:
@ -792,9 +790,8 @@ of the script are running in parallel, this will block until all of them have te
or as lambda
.. code-block:: yaml
lambda: |-
id(my_script).execute();
id(my_script).wait();