mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
* Bump influxdb-client to 1.48.0 * Adjust typing, fix mypy * Update homeassistant/components/influxdb/__init__.py * Update homeassistant/components/influxdb/__init__.py --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
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.48.0"]
|
|
}
|