From d78df2e465fba8b03cc6d3cfae0e528de46b8e99 Mon Sep 17 00:00:00 2001 From: Stefan Kempinger Date: Mon, 9 Feb 2026 14:31:33 +0100 Subject: [PATCH] Include wind speed unit in forecast value --- heimserver/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heimserver/configuration.nix b/heimserver/configuration.nix index 3dbf230..a7ad4c6 100644 --- a/heimserver/configuration.nix +++ b/heimserver/configuration.nix @@ -575,9 +575,9 @@ label = "Außentemperatur"; } { - state = "weather.forecast_home"; + state = "weather.pirateweather"; label = "Windgeschwindigkeit"; - value = "{attributes.wind_speed}"; + value = "{attributes.wind_speed} {attributes.wind_speed_unit}"; } { state = "sensor.load_power";