mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-07 03:14:00 +00:00
Temporarily disable Bluetooth panel to restore access to options flow, additional fixes (#23830)
This commit is contained in:
@@ -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 =
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user