mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Interim fix (#61435)
This commit is contained in:
@@ -69,6 +69,7 @@ from .utils import (
|
|||||||
BLOCK_PLATFORMS: Final = [
|
BLOCK_PLATFORMS: Final = [
|
||||||
Platform.BINARY_SENSOR,
|
Platform.BINARY_SENSOR,
|
||||||
Platform.BUTTON,
|
Platform.BUTTON,
|
||||||
|
Platform.CLIMATE,
|
||||||
Platform.COVER,
|
Platform.COVER,
|
||||||
Platform.LIGHT,
|
Platform.LIGHT,
|
||||||
Platform.SENSOR,
|
Platform.SENSOR,
|
||||||
@@ -76,7 +77,6 @@ BLOCK_PLATFORMS: Final = [
|
|||||||
]
|
]
|
||||||
BLOCK_SLEEPING_PLATFORMS: Final = [
|
BLOCK_SLEEPING_PLATFORMS: Final = [
|
||||||
Platform.BINARY_SENSOR,
|
Platform.BINARY_SENSOR,
|
||||||
Platform.CLIMATE,
|
|
||||||
Platform.SENSOR,
|
Platform.SENSOR,
|
||||||
]
|
]
|
||||||
RPC_PLATFORMS: Final = [
|
RPC_PLATFORMS: Final = [
|
||||||
|
Reference in New Issue
Block a user