mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-28 03:41:57 +01:00
Update actions.rst (#4047)
This commit is contained in:
parent
3f810badb5
commit
026d58ddcd
@ -258,7 +258,7 @@ For example, the automation below will flash the light five times.
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **count** (**Required**, int): The number of times the action should be repeated.
|
||||
- **count** (**Required**, int): The number of times the action should be repeated. The counter is available to lambdas using the reserved word "iteration".
|
||||
- **then** (**Required**, :ref:`Action <config-action>`): The action to repeat.
|
||||
|
||||
.. _wait_until_action:
|
||||
|
Loading…
Reference in New Issue
Block a user