From 64ccde6709614e63dffcfa08af5ce49d4efa3bed Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 15 Dec 2025 20:08:38 +0100 Subject: [PATCH] Add integration_type hub to hydrawise (#159138) --- homeassistant/components/hydrawise/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/hydrawise/manifest.json b/homeassistant/components/hydrawise/manifest.json index 703fed8d415..2ad8d8f36bd 100644 --- a/homeassistant/components/hydrawise/manifest.json +++ b/homeassistant/components/hydrawise/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@dknowles2", "@thomaskistler", "@ptcryan"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/hydrawise", + "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["pydrawise"], "requirements": ["pydrawise==2025.9.0"]