From 6f6071bf91da140b4bb98b3fb97f823f83185f68 Mon Sep 17 00:00:00 2001 From: "Flamm, Matthew H" Date: Sat, 3 Aug 2019 12:20:37 +0100 Subject: [PATCH] add exceptional weather condition --- homeassistant/components/nws/weather.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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",