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:
J. Nick Koston 2020-10-26 20:43:22 -05:00 committed by GitHub
parent 11e555ef6f
commit ccb69dbdfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";