feat(weather): new weather icons

This commit is contained in:
2026-06-14 17:14:31 +03:00
parent 2dfedfea57
commit 02a6ffc931
37 changed files with 1063 additions and 42 deletions

View File

@@ -70,7 +70,8 @@ class SkyParser(RowParser[Sky]):
"без осадков": Precipitation.NO,
"небольшой дождь": Precipitation.SMALL_RAIN, # TODO: remove it?
"небольшой дождь": Precipitation.SMALL_RAIN,
"сильный дождь": Precipitation.HEAVY_RAIN,
"сильный дождь": Precipitation.HEAVY_RAIN, # TODO: remove it?
"сильный дождь": Precipitation.HEAVY_RAIN,
"ливневый дождь": Precipitation.SHOWER,
"дождь": Precipitation.RAIN,
"ливень": Precipitation.SHOWER,