feat(weather): new weather icons
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user