Interim fix (#61435)
This commit is contained in:
parent
80b65c679f
commit
f77c4485b6
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Reference in a new issue