From aa6ccaa0246d1dd1fa65f31fe13bdf714e6eabb4 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 13 Dec 2025 08:21:25 +0100 Subject: [PATCH] Add integration_type device to blebox (#158860) --- homeassistant/components/blebox/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/blebox/manifest.json b/homeassistant/components/blebox/manifest.json index 83ec27f6eef..19a8a06c835 100644 --- a/homeassistant/components/blebox/manifest.json +++ b/homeassistant/components/blebox/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@bbx-a", "@swistakm"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/blebox", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["blebox_uniapi"], "requirements": ["blebox-uniapi==2.5.0"], diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 6da71494050..b6ce106484d 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -738,7 +738,7 @@ }, "blebox": { "name": "BleBox devices", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },