Merge branch 'current' into beta

This commit is contained in:
Jesse Hills 2023-04-20 10:15:28 +12:00
commit 552dc838a5
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ segment of the previous position will be enabled.
// Print the current time
it.print(" ");
it.strftime("%H.%M.%S");
it.strftime("%H.%M.%S", id(esptime).now());
// Result for 10:06:42 -> "10.06.42 "
// Change the display intnsity based on another id.

View File

@ -284,7 +284,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: