From eefae0307ba9fc80ed750ec205fdda24997dd5b6 Mon Sep 17 00:00:00 2001 From: cdnninja Date: Sun, 1 Feb 2026 00:33:04 -0700 Subject: [PATCH] Add integration type of hub to vesync (#162004) --- homeassistant/components/vesync/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/vesync/manifest.json b/homeassistant/components/vesync/manifest.json index 6730477b05f..8bd16dd6c5e 100644 --- a/homeassistant/components/vesync/manifest.json +++ b/homeassistant/components/vesync/manifest.json @@ -11,6 +11,7 @@ ], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/vesync", + "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["pyvesync"], "requirements": ["pyvesync==3.4.1"]