mirror of
https://github.com/home-assistant/core.git
synced 2026-04-18 07:56:03 +01:00
13 lines
371 B
JSON
13 lines
371 B
JSON
{
|
|
"domain": "proxmoxve",
|
|
"name": "Proxmox VE",
|
|
"codeowners": ["@Corbeno", "@erwindouna", "@CoMPaTech"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/proxmoxve",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["proxmoxer"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["proxmoxer==2.3.0"]
|
|
}
|