mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-02 18:06:51 +02:00
Merge branch 'current' into beta
This commit is contained in:
commit
552dc838a5
@ -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.
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user