mirror of https://github.com/home-assistant/core
11 lines
324 B
JSON
11 lines
324 B
JSON
{
|
|
"domain": "influxdb",
|
|
"name": "InfluxDB",
|
|
"codeowners": ["@mdegat01"],
|
|
"documentation": "https://www.home-assistant.io/integrations/influxdb",
|
|
"iot_class": "local_push",
|
|
"loggers": ["influxdb", "influxdb_client"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["influxdb==5.3.1", "influxdb-client==1.24.0"]
|
|
}
|