From cebd3d9e450c0f3f06a782dd57a5cc2fb5d3afe3 Mon Sep 17 00:00:00 2001 From: pszafer Date: Tue, 9 Apr 2024 17:44:28 +0200 Subject: [PATCH] rm typo --- devices_v0_7/display.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices_v0_7/display.yaml b/devices_v0_7/display.yaml index 8914ff9..bf74aeb 100644 --- a/devices_v0_7/display.yaml +++ b/devices_v0_7/display.yaml @@ -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);