mirror of
https://github.com/home-assistant/core.git
synced 2025-08-08 04:58:19 +00:00
Interim fix (#61435)
This commit is contained in:
parent
d20496a1bc
commit
23cb75fe20
@ -68,12 +68,13 @@ from .utils import (
|
|||||||
BLOCK_PLATFORMS: Final = [
|
BLOCK_PLATFORMS: Final = [
|
||||||
"binary_sensor",
|
"binary_sensor",
|
||||||
"button",
|
"button",
|
||||||
|
"climate",
|
||||||
"cover",
|
"cover",
|
||||||
"light",
|
"light",
|
||||||
"sensor",
|
"sensor",
|
||||||
"switch",
|
"switch",
|
||||||
]
|
]
|
||||||
BLOCK_SLEEPING_PLATFORMS: Final = ["binary_sensor", "climate", "sensor"]
|
BLOCK_SLEEPING_PLATFORMS: Final = ["binary_sensor", "sensor"]
|
||||||
RPC_PLATFORMS: Final = ["binary_sensor", "button", "light", "sensor", "switch"]
|
RPC_PLATFORMS: Final = ["binary_sensor", "button", "light", "sensor", "switch"]
|
||||||
_LOGGER: Final = logging.getLogger(__name__)
|
_LOGGER: Final = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user