From 9298b7787f7cddacc5803cb842e819cdebf73295 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 28 Dec 2025 16:50:35 +0100 Subject: [PATCH] Add integration_type device to private_ble_device (#159884) --- homeassistant/components/private_ble_device/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/private_ble_device/manifest.json b/homeassistant/components/private_ble_device/manifest.json index b597f31732d..26a2954d289 100644 --- a/homeassistant/components/private_ble_device/manifest.json +++ b/homeassistant/components/private_ble_device/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/private_ble_device", + "integration_type": "device", "iot_class": "local_push", "requirements": ["bluetooth-data-tools==1.28.4"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index ff8e450f028..07a2c197683 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5175,7 +5175,7 @@ }, "private_ble_device": { "name": "Private BLE Device", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },