diff --git a/src/data/integration.ts b/src/data/integration.ts index 9104cddf21..1cecc97b75 100644 --- a/src/data/integration.ts +++ b/src/data/integration.ts @@ -10,7 +10,6 @@ export const integrationsWithPanel = { thread: "config/thread", zha: "config/zha/dashboard", zwave_js: "config/zwave_js/dashboard", - bluetooth: "config/bluetooth", }; export type IntegrationType = diff --git a/src/panels/config/ha-panel-config.ts b/src/panels/config/ha-panel-config.ts index aba0ef51ce..c29b5d9855 100644 --- a/src/panels/config/ha-panel-config.ts +++ b/src/panels/config/ha-panel-config.ts @@ -549,7 +549,7 @@ class HaPanelConfig extends SubscribeMixin(HassRouterPage) { ), }, bluetooth: { - tag: "bluetooth-device-page", + tag: "bluetooth-config-panel", load: () => import( "./integrations/integration-panels/bluetooth/bluetooth-config-panel"