diff --git a/homeassistant/components/proxmoxve/manifest.json b/homeassistant/components/proxmoxve/manifest.json index 220deb07d5f..35aad8b9b88 100644 --- a/homeassistant/components/proxmoxve/manifest.json +++ b/homeassistant/components/proxmoxve/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@jhollowe", "@Corbeno", "@erwindouna"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/proxmoxve", + "integration_type": "service", "iot_class": "local_polling", "loggers": ["proxmoxer"], "quality_scale": "legacy", diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index a3b2d57ede7..2a03d188147 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5245,7 +5245,7 @@ }, "proxmoxve": { "name": "Proxmox VE", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "local_polling" },