mirror of
https://github.com/home-assistant/core.git
synced 2026-09-06 05:22:44 +01:00
14 lines
370 B
JSON
14 lines
370 B
JSON
{
|
|
"domain": "librenms",
|
|
"name": "LibreNMS",
|
|
"codeowners": ["@mib1185"],
|
|
"config_flow": true,
|
|
"dependencies": ["http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/librenms",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["aiolibrenms"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["aiolibrenms==0.0.3"]
|
|
}
|