From f979febb76fc30889163f468ed0e689326b2518b Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Tue, 16 Apr 2019 04:56:23 +0200 Subject: [PATCH] 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 --- src/util/hass-attributes-util.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/util/hass-attributes-util.js b/src/util/hass-attributes-util.js index c6eeb30d4c..b9757e9638 100644 --- a/src/util/hass-attributes-util.js +++ b/src/util/hass-attributes-util.js @@ -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",