From 026d58ddcd92c213238e54322ce8f330ce242ca1 Mon Sep 17 00:00:00 2001 From: babuckin <4bucks@gmail.com> Date: Wed, 17 Jul 2024 06:11:32 -0400 Subject: [PATCH] Update actions.rst (#4047) --- automations/actions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automations/actions.rst b/automations/actions.rst index 1db6d0436..57f635f16 100644 --- a/automations/actions.rst +++ b/automations/actions.rst @@ -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 `): The action to repeat. .. _wait_until_action: