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 = [