Add shade to device class overrides (#11874)

This commit is contained in:
jpearl 2022-03-14 11:19:43 -04:00 committed by GitHub
parent cc27ddb362
commit 84ffa2369a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -43,7 +43,7 @@ import type { HomeAssistant } from "../../../types";
import { showDeviceRegistryDetailDialog } from "../devices/device-registry-detail/show-dialog-device-registry-detail";
const OVERRIDE_DEVICE_CLASSES = {
cover: ["window", "door", "garage", "gate"],
cover: ["window", "door", "garage", "gate", "shade"],
binary_sensor: ["window", "door", "garage_door", "opening"],
};

View File

@ -773,7 +773,8 @@
"door": "Door",
"garage": "Garage door",
"gate": "Gate",
"window": "Window"
"window": "Window",
"shade": "Shade"
}
},
"unavailable": "This entity is unavailable.",