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