Update actions.rst (#4047)

This commit is contained in:
babuckin 2024-07-17 06:11:32 -04:00 committed by GitHub
parent 3f810badb5
commit 026d58ddcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: