add exceptional weather condition

This commit is contained in:
Flamm, Matthew H
2019-08-03 12:20:37 +01:00
parent 53d7c74839
commit 6f6071bf91

View File

@@ -56,6 +56,19 @@ ATTR_FORECAST_DAYTIME = "daytime"
# https://api.weather.gov/icons # https://api.weather.gov/icons
CONDITION_CLASSES = OrderedDict( CONDITION_CLASSES = OrderedDict(
[ [
(
"exceptional",
[
"Tornado",
"Hurricane conditions",
"Tropical storm conditions",
"Dust",
"Smoke",
"Haze",
"Hot",
"Cold",
],
),
("snowy", ["Snow", "Sleet", "Blizzard"]), ("snowy", ["Snow", "Sleet", "Blizzard"]),
( (
"snowy-rainy", "snowy-rainy",