mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
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:
parent
e742951993
commit
b6393cc3a0
@ -3,6 +3,7 @@
|
|||||||
"name": "InfluxDB",
|
"name": "InfluxDB",
|
||||||
"codeowners": ["@mdegat01"],
|
"codeowners": ["@mdegat01"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/influxdb",
|
"documentation": "https://www.home-assistant.io/integrations/influxdb",
|
||||||
|
"import_executor": true,
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["influxdb", "influxdb_client"],
|
"loggers": ["influxdb", "influxdb_client"],
|
||||||
"requirements": ["influxdb==5.3.1", "influxdb-client==1.24.0"]
|
"requirements": ["influxdb==5.3.1", "influxdb-client==1.24.0"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user