diff --git a/homeassistant/components/bluemaestro/manifest.json b/homeassistant/components/bluemaestro/manifest.json index 422829fdda4..83407927772 100644 --- a/homeassistant/components/bluemaestro/manifest.json +++ b/homeassistant/components/bluemaestro/manifest.json @@ -11,6 +11,7 @@ "config_flow": true, "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/bluemaestro", + "integration_type": "device", "iot_class": "local_push", "requirements": ["bluemaestro-ble==0.4.1"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 57924ea9d65..091781d1388 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -778,7 +778,7 @@ }, "bluemaestro": { "name": "BlueMaestro", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },