1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/influxdb/manifest.json
2023-02-08 20:35:25 +01:00

10 lines
295 B
JSON

{
"domain": "influxdb",
"name": "InfluxDB",
"codeowners": ["@mdegat01"],
"documentation": "https://www.home-assistant.io/integrations/influxdb",
"iot_class": "local_push",
"loggers": ["influxdb", "influxdb_client"],
"requirements": ["influxdb==5.3.1", "influxdb-client==1.24.0"]
}