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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,