From c157c83d54fff484504530efb8cc111cc526ab69 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Wed, 3 Dec 2025 12:46:50 +0100 Subject: [PATCH] Add integration_type to Oralb (#157828) --- homeassistant/components/oralb/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },