Skip to content

Commit 8074134

Browse files
authored
Add "Neige faible" weather class
1 parent ad159bc commit 8074134

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

nabweatherd/nabweatherd.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ class meteoError(Exception):
191191
"snowy",
192192
SNOWY_INFO_ANIMATION,
193193
),
194+
"Neige faible": (
195+
"snowy",
196+
SNOWY_INFO_ANIMATION,
197+
),
194198
"Neige forte": (
195199
"snowy",
196200
SNOWY_INFO_ANIMATION,

0 commit comments

Comments
 (0)