diff --git a/homeassistant/components/inkbird/manifest.json b/homeassistant/components/inkbird/manifest.json index f11bc22fdb3..1d2ce58ec47 100644 --- a/homeassistant/components/inkbird/manifest.json +++ b/homeassistant/components/inkbird/manifest.json @@ -61,6 +61,7 @@ "config_flow": true, "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/inkbird", + "integration_type": "device", "iot_class": "local_push", "requirements": ["inkbird-ble==1.1.1"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index ca0955a4549..baa67b25ac0 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3064,7 +3064,7 @@ }, "inkbird": { "name": "INKBIRD", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },