Import analytics_insights in the executor to avoid blocking the event loop (#111786)

fixes #111780
pull/112516/head
J. Nick Koston 2024-02-28 15:09:12 -10:00 committed by Paulus Schoutsen
parent 77fd02da1d
commit 39deab74b3
1 changed files with 1 additions and 0 deletions

View File

@ -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"],