diff --git a/nabweatherd/nabweatherd.py b/nabweatherd/nabweatherd.py index 0f1e3f96..af0f008a 100644 --- a/nabweatherd/nabweatherd.py +++ b/nabweatherd/nabweatherd.py @@ -207,6 +207,10 @@ class meteoError(Exception): "foggy", FOGGY_INFO_ANIMATION, ), + "Bancs de Brouillard": ( + "foggy", + FOGGY_INFO_ANIMATION, + ), "Brouillard": ( "foggy", FOGGY_INFO_ANIMATION,