From e02c21a4de1adfb1c12e0b8e856e29ff3568e57e Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 9 Mar 2022 16:45:09 +0100 Subject: [PATCH] Remove unused constant from group (#67910) --- homeassistant/components/group/__init__.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/homeassistant/components/group/__init__.py b/homeassistant/components/group/__init__.py index e5dbb3c3630..16958be9663 100644 --- a/homeassistant/components/group/__init__.py +++ b/homeassistant/components/group/__init__.py @@ -59,14 +59,6 @@ ATTR_ALL = "all" SERVICE_SET = "set" SERVICE_REMOVE = "remove" -PLATFORMS_CONFIG_ENTRY = [ - Platform.BINARY_SENSOR, - Platform.COVER, - Platform.FAN, - Platform.LIGHT, - Platform.MEDIA_PLAYER, -] - PLATFORMS = [ Platform.BINARY_SENSOR, Platform.COVER,