Interim fix (#61435)

pull/60436/head
Simone Chemelli 2021-12-10 16:40:31 +01:00 committed by GitHub
parent 80b65c679f
commit f77c4485b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 = [