From e00266463d16a5ccb52e697a522f2d79b556a6cf Mon Sep 17 00:00:00 2001 From: Arjan <44190435+vingerha@users.noreply.github.com> Date: Tue, 2 Dec 2025 10:55:51 +0100 Subject: [PATCH] Meteo France: add new mapping "Brouillard dense givrant" (#157627) --- homeassistant/components/meteo_france/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/meteo_france/const.py b/homeassistant/components/meteo_france/const.py index d230c5afb71..7a57048eb01 100644 --- a/homeassistant/components/meteo_france/const.py +++ b/homeassistant/components/meteo_france/const.py @@ -48,6 +48,7 @@ CONDITION_CLASSES: dict[str, list[str]] = { "Brouillard givrant", "Bancs de Brouillard", "Brouillard dense", + "Brouillard dense givrant", ], ATTR_CONDITION_HAIL: ["Risque de grêle", "Averses de grêle"], ATTR_CONDITION_LIGHTNING: ["Risque d'orages", "Orages", "Orage avec grêle"],