From 58d966a18f55b9b8f77dd6c313b061fa65fc606c Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Thu, 29 Feb 2024 16:35:34 +0100 Subject: [PATCH] Import discovergy in the executor to avoid blocking the event loop (#111824) --- homeassistant/components/discovergy/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/discovergy/manifest.json b/homeassistant/components/discovergy/manifest.json index da9fb117353..97bed214609 100644 --- a/homeassistant/components/discovergy/manifest.json +++ b/homeassistant/components/discovergy/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@jpbede"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/discovergy", + "import_executor": true, "integration_type": "service", "iot_class": "cloud_polling", "requirements": ["pydiscovergy==3.0.0"]