core/homeassistant/components/proxmoxve/manifest.json

10 lines
270 B
JSON
Raw Normal View History

{
"domain": "proxmoxve",
"name": "Proxmox VE",
"codeowners": ["@jhollowe", "@Corbeno"],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/proxmoxve",
"iot_class": "local_polling",
2023-02-08 19:13:46 +00:00
"loggers": ["proxmoxer"],
"requirements": ["proxmoxer==2.0.1"]
}