mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +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",
|
thread: "config/thread",
|
||||||
zha: "config/zha/dashboard",
|
zha: "config/zha/dashboard",
|
||||||
zwave_js: "config/zwave_js/dashboard",
|
zwave_js: "config/zwave_js/dashboard",
|
||||||
bluetooth: "config/bluetooth",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export type IntegrationType =
|
export type IntegrationType =
|
||||||
|
@ -549,7 +549,7 @@ class HaPanelConfig extends SubscribeMixin(HassRouterPage) {
|
|||||||
),
|
),
|
||||||
},
|
},
|
||||||
bluetooth: {
|
bluetooth: {
|
||||||
tag: "bluetooth-device-page",
|
tag: "bluetooth-config-panel",
|
||||||
load: () =>
|
load: () =>
|
||||||
import(
|
import(
|
||||||
"./integrations/integration-panels/bluetooth/bluetooth-config-panel"
|
"./integrations/integration-panels/bluetooth/bluetooth-config-panel"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user