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
This commit is contained in:
J. Nick Koston 2024-02-26 11:00:16 -10:00 committed by GitHub
parent e742951993
commit b6393cc3a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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