[weather] fix wind-icon not showing in pirateweather (#3957)

fixes #3956

---------

Co-authored-by: veeck <gitkraken@veeck.de>
This commit is contained in:
Veeck
2025-11-10 21:41:24 +01:00
committed by GitHub
parent f29f424a62
commit 38a4d235e8
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ planned for 2026-01-01
- fixed the Environment Canada weather URL (#3912) and now converts a windspeed of 'calm' to 0 - fixed the Environment Canada weather URL (#3912) and now converts a windspeed of 'calm' to 0
- fixed problems with daylight-saving-time in weather provider `openmeto` (#3930, #3931) - fixed problems with daylight-saving-time in weather provider `openmeto` (#3930, #3931)
- [newsfeed] fixed header layout issue introduced with prettier njk linting (#3946) - [newsfeed] fixed header layout issue introduced with prettier njk linting (#3946)
- [weather] fixed windy icon not showing up in pirateweather (#3957)
### Updated ### Updated

View File

@@ -116,7 +116,7 @@ WeatherProvider.register("pirateweather", {
rain: "rain", rain: "rain",
snow: "snow", snow: "snow",
sleet: "snow", sleet: "snow",
wind: "wind", wind: "windy",
fog: "fog", fog: "fog",
cloudy: "cloudy", cloudy: "cloudy",
"partly-cloudy-day": "day-cloudy", "partly-cloudy-day": "day-cloudy",