Temporarily disable Bluetooth panel to restore access to options flow, additional fixes (#23830)

This commit is contained in:
Simon Lamon 2025-01-21 20:45:47 +01:00 committed by GitHub
parent eaab19fb8c
commit 1cd44728df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -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 =

View File

@ -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"