diff --git a/homeassistant/components/led_ble/manifest.json b/homeassistant/components/led_ble/manifest.json index 74d375ff389..e64ef235a9f 100644 --- a/homeassistant/components/led_ble/manifest.json +++ b/homeassistant/components/led_ble/manifest.json @@ -34,6 +34,7 @@ "config_flow": true, "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/led_ble", + "integration_type": "device", "iot_class": "local_polling", "requirements": ["bluetooth-data-tools==1.28.4", "led-ble==1.1.7"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index f387b540642..9cfef9aa3ae 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3488,7 +3488,7 @@ }, "led_ble": { "name": "LED BLE", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },