From bc93153c40cabd4dd59cb3679725b42e6f1d205d Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Sat, 18 Oct 2025 09:59:27 +0200 Subject: [PATCH] Set integration type for FRITZ!Tools (#154711) --- homeassistant/components/fritz/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/fritz/manifest.json b/homeassistant/components/fritz/manifest.json index fa5b2fc4612..8f62d59d240 100644 --- a/homeassistant/components/fritz/manifest.json +++ b/homeassistant/components/fritz/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["network"], "documentation": "https://www.home-assistant.io/integrations/fritz", + "integration_type": "hub", "iot_class": "local_polling", "loggers": ["fritzconnection"], "requirements": ["fritzconnection[qr]==1.15.0", "xmltodict==0.13.0"],