diff --git a/homeassistant/components/nws/weather.py b/homeassistant/components/nws/weather.py index a1b0b129b90..16d6fb8bc1d 100644 --- a/homeassistant/components/nws/weather.py +++ b/homeassistant/components/nws/weather.py @@ -56,6 +56,19 @@ ATTR_FORECAST_DAYTIME = "daytime" # https://api.weather.gov/icons CONDITION_CLASSES = OrderedDict( [ + ( + "exceptional", + [ + "Tornado", + "Hurricane conditions", + "Tropical storm conditions", + "Dust", + "Smoke", + "Haze", + "Hot", + "Cold", + ], + ), ("snowy", ["Snow", "Sleet", "Blizzard"]), ( "snowy-rainy",