From 63731df4dd06826672921639c0866c59ab5c7074 Mon Sep 17 00:00:00 2001 From: Stefan Kempinger Date: Thu, 5 Feb 2026 15:58:42 +0100 Subject: [PATCH] Adjust weather widget and add libwebp package Stop appending wind_speed_unit in weather.forecast_home value to avoid duplicating units (the attribute already supplies the units). Also add libwebp to the kemptop package list for WebP image support. --- heimserver/configuration.nix | 2 +- kemptop/configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/heimserver/configuration.nix b/heimserver/configuration.nix index a98824f..3dbf230 100644 --- a/heimserver/configuration.nix +++ b/heimserver/configuration.nix @@ -577,7 +577,7 @@ { state = "weather.forecast_home"; label = "Windgeschwindigkeit"; - value = "{attributes.wind_speed} {attributes.wind_speed_unit}"; + value = "{attributes.wind_speed}"; } { state = "sensor.load_power"; diff --git a/kemptop/configuration.nix b/kemptop/configuration.nix index 13c3bdc..025f4bb 100644 --- a/kemptop/configuration.nix +++ b/kemptop/configuration.nix @@ -139,6 +139,7 @@ wireguard-tools diffoscope nix-index + libwebp # GUI programs