Match list of classes for cover to backend (#3090)

1d2e9b6915/homeassistant/components/cover/__init__.py (L52)

Fixes #3089
This commit is contained in:
Joakim Plate 2019-04-16 04:56:23 +02:00 committed by Paulus Schoutsen
parent a1a2a78531
commit f979febb76

View File

@ -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",