From 6b99234a439cbd70cab5ac38956bb74c575ef634 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 2 Dec 2025 05:31:04 -0500 Subject: [PATCH] Add integration_type to SwitchBot Bluetooth manifest (#157675) Co-authored-by: Claude --- homeassistant/components/switchbot/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/switchbot/manifest.json b/homeassistant/components/switchbot/manifest.json index d5df733c5848..78f9fe7ee7ed 100644 --- a/homeassistant/components/switchbot/manifest.json +++ b/homeassistant/components/switchbot/manifest.json @@ -38,6 +38,7 @@ "config_flow": true, "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/switchbot", + "integration_type": "device", "iot_class": "local_push", "loggers": ["switchbot"], "quality_scale": "gold", diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index d72cb2d31917..43b1e529017f 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6523,7 +6523,7 @@ "name": "SwitchBot", "integrations": { "switchbot": { - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push", "name": "SwitchBot Bluetooth"