mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Match list of classes for cover to backend (#3090)
1d2e9b6915/homeassistant/components/cover/__init__.py (L52)
Fixes #3089
This commit is contained in:
parent
a1a2a78531
commit
f979febb76
@ -26,7 +26,17 @@ hassAttributeUtil.DOMAIN_DEVICE_CLASS = {
|
|||||||
"vibration",
|
"vibration",
|
||||||
"window",
|
"window",
|
||||||
],
|
],
|
||||||
cover: ["garage"],
|
cover: [
|
||||||
|
"awning",
|
||||||
|
"blind",
|
||||||
|
"curtain",
|
||||||
|
"damper",
|
||||||
|
"door",
|
||||||
|
"garage",
|
||||||
|
"shade",
|
||||||
|
"shutter",
|
||||||
|
"window",
|
||||||
|
],
|
||||||
sensor: [
|
sensor: [
|
||||||
"battery",
|
"battery",
|
||||||
"humidity",
|
"humidity",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user