fix "cycle: !lambda:" (#2854)

the double ":" is not valid
This commit is contained in:
Veli Veromann 2023-04-18 10:36:31 +03:00 committed by GitHub
parent f93e2cd673
commit 01ea4397e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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