From 77b79fef8d104260df46a77460201e34809d2a40 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 13 Dec 2025 08:50:24 +0100 Subject: [PATCH] Add integration_type hub to anova (#158840) --- homeassistant/components/anova/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/anova/manifest.json b/homeassistant/components/anova/manifest.json index 7e032f0e361..0e4e1c352f4 100644 --- a/homeassistant/components/anova/manifest.json +++ b/homeassistant/components/anova/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@Lash-L"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/anova", + "integration_type": "hub", "iot_class": "cloud_push", "loggers": ["anova_wifi"], "requirements": ["anova-wifi==0.17.0"]