From f77c4485b6d678d9e0e000d9eeee81d46d35cf3e Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Fri, 10 Dec 2021 16:40:31 +0100 Subject: [PATCH] Interim fix (#61435) --- homeassistant/components/shelly/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/shelly/__init__.py b/homeassistant/components/shelly/__init__.py index 8d78c148b51..cead5baf006 100644 --- a/homeassistant/components/shelly/__init__.py +++ b/homeassistant/components/shelly/__init__.py @@ -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 = [