From b50df74bd09003e525ecdd810eef4925bff85d3a Mon Sep 17 00:00:00 2001 From: Avii Date: Sat, 8 Aug 2026 14:30:45 +0200 Subject: [PATCH] 1786192245 --- dashboard/src/ha_ext.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/ha_ext.rs b/dashboard/src/ha_ext.rs index 2182519..e64e71c 100644 --- a/dashboard/src/ha_ext.rs +++ b/dashboard/src/ha_ext.rs @@ -111,7 +111,7 @@ impl From<&HassEntity> for WeatherData { } .to_shared_string(); - let label = pretty_label(&kind).to_shared_string(); + let label = pretty_label(&value.state).to_shared_string(); let attribution = value .attributes