From 1cd44728dfd220dcc8152cb25fe86d4e2016caa7 Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:45:47 +0100 Subject: [PATCH] Temporarily disable Bluetooth panel to restore access to options flow, additional fixes (#23830) --- src/data/integration.ts | 1 - src/panels/config/ha-panel-config.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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"