mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Add raindrops to lightning-rainy state SVG (#26298)
This commit is contained in:
parent
27dfa514e7
commit
9ad887942e
@ -146,7 +146,12 @@ const cloudyStates = new Set<string>([
|
|||||||
"lightning-rainy",
|
"lightning-rainy",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const rainStates = new Set<string>(["hail", "rainy", "pouring"]);
|
const rainStates = new Set<string>([
|
||||||
|
"hail",
|
||||||
|
"rainy",
|
||||||
|
"pouring",
|
||||||
|
"lightning-rainy",
|
||||||
|
]);
|
||||||
|
|
||||||
const windyStates = new Set<string>(["windy", "windy-variant"]);
|
const windyStates = new Set<string>(["windy", "windy-variant"]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user