mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +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 "blind":
|
||||||
case "curtain":
|
case "curtain":
|
||||||
|
case "shade":
|
||||||
switch (state) {
|
switch (state) {
|
||||||
case "opening":
|
case "opening":
|
||||||
return "hass:arrow-up-box";
|
return "hass:arrow-up-box";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user