mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Interim fix (#61435)
This commit is contained in:
parent
80b65c679f
commit
f77c4485b6
@ -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…
x
Reference in New Issue
Block a user