From ab9b13302c95e9267ad2a018d82cd1e11e773621 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 18 Feb 2026 21:47:19 +0100 Subject: [PATCH] Add integration_type hub to smarttub (#163399) --- homeassistant/components/smarttub/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/smarttub/manifest.json b/homeassistant/components/smarttub/manifest.json index 49ea3ad5ced..41eef391955 100644 --- a/homeassistant/components/smarttub/manifest.json +++ b/homeassistant/components/smarttub/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@mdz"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/smarttub", + "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["smarttub"], "requirements": ["python-smarttub==0.0.47"]