Match list of classes for cover to backend (#3090)
https://github.com/home-assistant/home-assistant/blob/1d2e9b6915debbd6d1906c7612851db479bf5702/homeassistant/components/cover/__init__.py#L52 Fixes #3089
This commit is contained in:
committed by
Paulus Schoutsen
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",
|
||||
|
||||
Reference in New Issue
Block a user