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";