core/homeassistant/components/proxmoxve/manifest.json

10 lines
270 B
JSON
Raw Normal View History

{
"domain": "proxmoxve",
"name": "Proxmox VE",
"documentation": "https://www.home-assistant.io/integrations/proxmoxve",
"codeowners": ["@jhollowe", "@Corbeno"],
"requirements": ["proxmoxer==1.3.1"],
"iot_class": "local_polling",
"loggers": ["proxmoxer"]
}