mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
13 lines
399 B
JSON
13 lines
399 B
JSON
{
|
|
"domain": "influxdb",
|
|
"name": "InfluxDB",
|
|
"codeowners": ["@mdegat01", "@Robbie1221"],
|
|
"config_flow": true,
|
|
"dependencies": ["file_upload"],
|
|
"documentation": "https://www.home-assistant.io/integrations/influxdb",
|
|
"iot_class": "local_push",
|
|
"loggers": ["influxdb", "influxdb_client"],
|
|
"requirements": ["influxdb==5.3.2", "influxdb-client==1.50.0"],
|
|
"single_config_entry": true
|
|
}
|