From b6393cc3a0b3f16e8b60d8113c0d21e58c239e6d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 26 Feb 2024 11:00:16 -1000 Subject: [PATCH] Import influxdb in the executor to avoid blocking the event loop (#111520) was not added to the original PR to contain scope identified at: https://github.com/home-assistant/core/pull/111336#issuecomment-1963062529 --- homeassistant/components/influxdb/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/influxdb/manifest.json b/homeassistant/components/influxdb/manifest.json index ad3f282eff7..46cd5ecb6ca 100644 --- a/homeassistant/components/influxdb/manifest.json +++ b/homeassistant/components/influxdb/manifest.json @@ -3,6 +3,7 @@ "name": "InfluxDB", "codeowners": ["@mdegat01"], "documentation": "https://www.home-assistant.io/integrations/influxdb", + "import_executor": true, "iot_class": "local_push", "loggers": ["influxdb", "influxdb_client"], "requirements": ["influxdb==5.3.1", "influxdb-client==1.24.0"]