Interim fix (#61435)

This commit is contained in:
Simone Chemelli
2021-12-10 16:40:31 +01:00
committed by GitHub
parent 80b65c679f
commit f77c4485b6

View File

@@ -69,6 +69,7 @@ from .utils import (
BLOCK_PLATFORMS: Final = [
Platform.BINARY_SENSOR,
Platform.BUTTON,
Platform.CLIMATE,
Platform.COVER,
Platform.LIGHT,
Platform.SENSOR,
@@ -76,7 +77,6 @@ BLOCK_PLATFORMS: Final = [
]
BLOCK_SLEEPING_PLATFORMS: Final = [
Platform.BINARY_SENSOR,
Platform.CLIMATE,
Platform.SENSOR,
]
RPC_PLATFORMS: Final = [