diff --git a/homeassistant/components/medcom_ble/manifest.json b/homeassistant/components/medcom_ble/manifest.json index 4aacae4647d..789ceb98b24 100644 --- a/homeassistant/components/medcom_ble/manifest.json +++ b/homeassistant/components/medcom_ble/manifest.json @@ -10,6 +10,7 @@ "config_flow": true, "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/medcom_ble", + "integration_type": "device", "iot_class": "local_polling", "requirements": ["medcom-ble==0.1.1"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index dd568805741..aad755152bf 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3866,7 +3866,7 @@ }, "medcom_ble": { "name": "Medcom Bluetooth", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },