mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Add shade to device class overrides (#11874)
This commit is contained in:
parent
cc27ddb362
commit
84ffa2369a
@ -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"],
|
||||
};
|
||||
|
||||
|
@ -773,7 +773,8 @@
|
||||
"door": "Door",
|
||||
"garage": "Garage door",
|
||||
"gate": "Gate",
|
||||
"window": "Window"
|
||||
"window": "Window",
|
||||
"shade": "Shade"
|
||||
}
|
||||
},
|
||||
"unavailable": "This entity is unavailable.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user