Skip to content

Commit 95f898e

Browse files
authored
Include changes from nabaztag2018#489
Add missing 'Averses faibles' and 'Ciel clair' weather classes
1 parent 8074134 commit 95f898e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

nabweatherd/nabweatherd.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ class meteoError(Exception):
133133
"Eclaircies": ("sunny", SUNNY_INFO_ANIMATION),
134134
"Peu nuageux": ("sunny", SUNNY_INFO_ANIMATION),
135135
"Ensoleillé": ("sunny", SUNNY_INFO_ANIMATION),
136+
"Ciel clair": ("sunny", SUNNY_INFO_ANIMATION),
136137
"Ciel voilé": ("cloudy", CLOUDY_INFO_ANIMATION),
137138
"Ciel voilé nuit": ("cloudy", CLOUDY_INFO_ANIMATION),
138139
"Très nuageux": ("cloudy", CLOUDY_INFO_ANIMATION),
@@ -141,6 +142,10 @@ class meteoError(Exception):
141142
"rainy",
142143
RAINY_INFO_ANIMATION,
143144
),
145+
"Averses faibles": (
146+
"rainy",
147+
RAINY_INFO_ANIMATION,
148+
),
144149
"Averses": (
145150
"rainy",
146151
RAINY_INFO_ANIMATION,

0 commit comments

Comments
 (0)