mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-24 22:02:04 +01:00
update: actions.rst typo (#4302)
* update: actions.rst typo * Apply suggestions from code review --------- Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
This commit is contained in:
parent
e90609da2b
commit
08f9cb84be
@ -191,8 +191,8 @@ time period.
|
||||
``if`` Action
|
||||
*************
|
||||
|
||||
This action first evaluated a certain condition (``if:``) and then either
|
||||
executes the ``then:`` branch or the ``else:`` branch depending on the output of the condition.
|
||||
This action first evaluates the ``condition:`` and then either
|
||||
executes the ``then:`` branch if the condition returns true or the ``else:`` branch if the condition returns false.
|
||||
|
||||
After the chosen branch (``then`` or ``else``) is done with execution, the next action is performed.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user