mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
add exceptional weather condition
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user