Plugin SDK: fix weather night icon

This commit is contained in:
MM20
2024-05-09 17:03:57 +02:00
parent f1da15b55f
commit 9d5cd4a4a5
2 changed files with 2 additions and 2 deletions
@@ -155,7 +155,7 @@ abstract class WeatherProvider(
forecast.location,
forecast.provider,
forecast.providerUrl,
forecast.night,
if (forecast.night) 1 else 0,
forecast.icon.name,
forecast.condition,
)