From f11e4e7bdabfb393196f79b1b652b125b19a673b Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 13 Dec 2025 08:52:45 +0100 Subject: [PATCH] Add integration_type hub to aosmith (#158843) --- homeassistant/components/aosmith/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/aosmith/manifest.json b/homeassistant/components/aosmith/manifest.json index 66ade296440..80ed7d41228 100644 --- a/homeassistant/components/aosmith/manifest.json +++ b/homeassistant/components/aosmith/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@bdr99"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/aosmith", + "integration_type": "hub", "iot_class": "cloud_polling", "requirements": ["py-aosmith==1.0.15"] }