diff --git a/homeassistant/components/rapt_ble/manifest.json b/homeassistant/components/rapt_ble/manifest.json index 2684240708f..79a6269f819 100644 --- a/homeassistant/components/rapt_ble/manifest.json +++ b/homeassistant/components/rapt_ble/manifest.json @@ -15,6 +15,7 @@ "config_flow": true, "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/rapt_ble", + "integration_type": "device", "iot_class": "local_push", "requirements": ["rapt-ble==0.1.2"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 778166f47c8..b5c95c0e739 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5473,7 +5473,7 @@ }, "rapt_ble": { "name": "RAPT Bluetooth", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },