From 11f319c79c1122780904b19616ec0f38bdf995ae Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 15 Dec 2025 17:23:12 +0100 Subject: [PATCH] Add integration_type device to fjaraskupan (#159017) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- homeassistant/components/fjaraskupan/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/fjaraskupan/manifest.json b/homeassistant/components/fjaraskupan/manifest.json index 5aac42b5ed3..d321dcdccc4 100644 --- a/homeassistant/components/fjaraskupan/manifest.json +++ b/homeassistant/components/fjaraskupan/manifest.json @@ -12,6 +12,7 @@ "config_flow": true, "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/fjaraskupan", + "integration_type": "hub", "iot_class": "local_polling", "loggers": ["bleak", "fjaraskupan"], "requirements": ["fjaraskupan==2.3.3"]