mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
11 lines
281 B
JSON
11 lines
281 B
JSON
{
|
|
"domain": "zabbix",
|
|
"name": "Zabbix",
|
|
"codeowners": ["@kruton"],
|
|
"documentation": "https://www.home-assistant.io/integrations/zabbix",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["zabbix_utils"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["zabbix-utils==2.0.3"]
|
|
}
|