From 97023921b8faad66ff7309bd90a1bbb067435b12 Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Fri, 20 Nov 2020 15:10:25 +0100 Subject: [PATCH] Add missing "gate" cover device_class (#7744) --- src/util/hass-attributes-util.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/hass-attributes-util.ts b/src/util/hass-attributes-util.ts index 51efbbe295..f26384786a 100644 --- a/src/util/hass-attributes-util.ts +++ b/src/util/hass-attributes-util.ts @@ -32,6 +32,7 @@ const hassAttributeUtil = { "damper", "door", "garage", + "gate", "shade", "shutter", "window",