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:
parent
4f0c4eee24
commit
63731df4dd
2 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -139,6 +139,7 @@
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
diffoscope
|
diffoscope
|
||||||
nix-index
|
nix-index
|
||||||
|
libwebp
|
||||||
|
|
||||||
# GUI programs
|
# GUI programs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue