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: on_raw_value:
then: then:
- text_sensor.template.publish: - text_sensor.template.publish:
7 id: wt32_uptime id: wt32_uptime
state: !lambda |- state: !lambda |-
int seconds = round(id(wt32_uptime_seconds).raw_state); int seconds = round(id(wt32_uptime_seconds).raw_state);
int days = seconds / (24 * 3600); int days = seconds / (24 * 3600);