mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +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",
|
||||
"window",
|
||||
],
|
||||
cover: ["garage"],
|
||||
cover: [
|
||||
"awning",
|
||||
"blind",
|
||||
"curtain",
|
||||
"damper",
|
||||
"door",
|
||||
"garage",
|
||||
"shade",
|
||||
"shutter",
|
||||
"window",
|
||||
],
|
||||
sensor: [
|
||||
"battery",
|
||||
"humidity",
|
||||
|
Loading…
x
Reference in New Issue
Block a user