From c78cccf7d2478cd0bdc880ed87c321e2a33a4e90 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 27 Feb 2024 03:35:57 -1000 Subject: [PATCH] Import shelly in the executor to avoid blocking the event loop (#111623) `[homeassistant.loader] Component shelly import took 0.396 seconds (loaded_executor=False)` --- homeassistant/components/shelly/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/shelly/manifest.json b/homeassistant/components/shelly/manifest.json index a171421eaca..2916ce57eae 100644 --- a/homeassistant/components/shelly/manifest.json +++ b/homeassistant/components/shelly/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["bluetooth", "http"], "documentation": "https://www.home-assistant.io/integrations/shelly", + "import_executor": true, "integration_type": "device", "iot_class": "local_push", "loggers": ["aioshelly"],