mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Temporarily disable Bluetooth panel to restore access to options flow, additional fixes (#23830)
This commit is contained in:
parent
eaab19fb8c
commit
1cd44728df
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user