mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-28 22:42:05 +01:00
Update automations.rst
there were illegal blanks in the new line after the code block
This commit is contained in:
parent
3b3f506a9f
commit
c0afd8dfef
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user