diff --git a/homeassistant/components/oralb/manifest.json b/homeassistant/components/oralb/manifest.json index adf72f5fe56f..d8076df8ee4c 100644 --- a/homeassistant/components/oralb/manifest.json +++ b/homeassistant/components/oralb/manifest.json @@ -10,6 +10,7 @@ "config_flow": true, "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/oralb", + "integration_type": "device", "iot_class": "local_push", "loggers": ["oralb_ble"], "requirements": ["oralb-ble==0.17.6"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 720163820449..7aa4c054990b 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4821,7 +4821,7 @@ }, "oralb": { "name": "Oral-B", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },