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:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user