mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
Add icons for shade device class (#7493)
The blinds material icon looks more like a shade then a blind but since its already being used blind its still better than having it look like a window.
This commit is contained in:
parent
11e555ef6f
commit
ccb69dbdfa
@ -43,6 +43,7 @@ export const coverIcon = (state?: string, stateObj?: HassEntity): string => {
|
||||
}
|
||||
case "blind":
|
||||
case "curtain":
|
||||
case "shade":
|
||||
switch (state) {
|
||||
case "opening":
|
||||
return "hass:arrow-up-box";
|
||||
|
Loading…
x
Reference in New Issue
Block a user