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,