Add my links for the Bluetooth monitors (#25270)

The plan is to link these in the Bluetooth docs for help debugging
This commit is contained in:
J. Nick Koston 2025-05-02 05:46:36 -05:00 committed by GitHub
parent c07bf68161
commit b0d4c699db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,6 +110,14 @@ export const getMyRedirects = (): Redirects => ({
component: "bluetooth", component: "bluetooth",
redirect: "/config/bluetooth", redirect: "/config/bluetooth",
}, },
bluetooth_advertisement_monitor: {
component: "bluetooth",
redirect: "/config/bluetooth/advertisement-monitor",
},
bluetooth_connection_monitor: {
component: "bluetooth",
redirect: "/config/bluetooth/connection-monitor",
},
config_dhcp: { config_dhcp: {
component: "dhcp", component: "dhcp",
redirect: "/config/dhcp", redirect: "/config/dhcp",