From 943bd179f87ad305e49e1529bf555c0b930fec2b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 28 Feb 2024 15:09:12 -1000 Subject: [PATCH] Import analytics_insights in the executor to avoid blocking the event loop (#111786) fixes #111780 --- homeassistant/components/analytics_insights/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/analytics_insights/manifest.json b/homeassistant/components/analytics_insights/manifest.json index d33bb23b1b7..b55e08a8141 100644 --- a/homeassistant/components/analytics_insights/manifest.json +++ b/homeassistant/components/analytics_insights/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@joostlek"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/analytics_insights", + "import_executor": true, "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["python_homeassistant_analytics"],