Remove unused constant from group (#67910)

This commit is contained in:
Erik Montnemery
2022-03-09 16:45:09 +01:00
committed by GitHub
parent a8ad9fc5f4
commit e02c21a4de

View File

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