mirror of https://github.com/home-assistant/core
11 lines
299 B
JSON
11 lines
299 B
JSON
{
|
|
"domain": "proxmoxve",
|
|
"name": "Proxmox VE",
|
|
"codeowners": ["@jhollowe", "@Corbeno"],
|
|
"documentation": "https://www.home-assistant.io/integrations/proxmoxve",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["proxmoxer"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["proxmoxer==2.0.1"]
|
|
}
|