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.
This commit is contained in:
Stefan Kempinger 2026-02-05 15:58:42 +01:00
parent 4f0c4eee24
commit 63731df4dd
2 changed files with 2 additions and 1 deletions

View file

@ -577,7 +577,7 @@
{ {
state = "weather.forecast_home"; state = "weather.forecast_home";
label = "Windgeschwindigkeit"; label = "Windgeschwindigkeit";
value = "{attributes.wind_speed} {attributes.wind_speed_unit}"; value = "{attributes.wind_speed}";
} }
{ {
state = "sensor.load_power"; state = "sensor.load_power";

View file

@ -139,6 +139,7 @@
wireguard-tools wireguard-tools
diffoscope diffoscope
nix-index nix-index
libwebp
# GUI programs # GUI programs