Compare commits

...

1 Commits
v1.0a ... v1.0b

Author SHA1 Message Date
pszafer
cebd3d9e45 rm typo 2024-04-09 17:44:28 +02:00

View File

@@ -7,7 +7,7 @@ sensor:
on_raw_value:
then:
- text_sensor.template.publish:
7 id: wt32_uptime
id: wt32_uptime
state: !lambda |-
int seconds = round(id(wt32_uptime_seconds).raw_state);
int days = seconds / (24 * 3600);