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

fixes #111780
This commit is contained in:
J. Nick Koston 2024-02-28 15:09:12 -10:00 committed by GitHub
parent 3fbeb7e400
commit 943bd179f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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