From 01ea4397e43ad429bd7b3f47067a02326f9b7c04 Mon Sep 17 00:00:00 2001 From: Veli Veromann Date: Tue, 18 Apr 2023 10:36:31 +0300 Subject: [PATCH] fix "cycle: !lambda:" (#2854) the double ":" is not valid --- components/number/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/number/index.rst b/components/number/index.rst index e3a708bcc..5a6edebe1 100644 --- a/components/number/index.rst +++ b/components/number/index.rst @@ -278,7 +278,7 @@ using a generic templatable action call. - number.operation: id: my_number operation: !lambda "return NUMBER_OP_INCREMENT;" - cycle: !lambda: "return true;" + cycle: !lambda "return true;" Configuration variables: