fix(gismeteo): fix gismeteo parser

This commit is contained in:
2026-04-12 16:27:02 +03:00
parent 3e80ccb0df
commit f303d0e1f4
3 changed files with 24 additions and 7 deletions

View File

@@ -27,7 +27,10 @@ class Precipitation(str, Enum):
NO = "no"
SMALL_RAIN = "small_rain"
RAIN = "rain"
HEAVY_RAIN = "heavy_rain"
SHOWER = "shower"
SNOW = "snow"
HEAVY_SNOW = "heavy_snow"
class Sky(Model):