diff --git a/homeassistant/components/meteo_france/const.py b/homeassistant/components/meteo_france/const.py index b7647f5d97b..2edbf980f36 100644 --- a/homeassistant/components/meteo_france/const.py +++ b/homeassistant/components/meteo_france/const.py @@ -83,9 +83,14 @@ SENSOR_TYPES = { } CONDITION_CLASSES = { - "clear-night": ["Nuit Claire"], + "clear-night": ["Nuit Claire", "Nuit claire"], "cloudy": ["Très nuageux"], - "fog": ["Brume ou bancs de brouillard", "Brouillard", "Brouillard givrant"], + "fog": [ + "Brume ou bancs de brouillard", + "Brume", + "Brouillard", + "Brouillard givrant", + ], "hail": ["Risque de grêle"], "lightning": ["Risque d'orages", "Orages"], "lightning-rainy": ["Pluie orageuses", "Pluies orageuses", "Averses orageuses"],