diff --git a/src/panels/my/ha-panel-my.ts b/src/panels/my/ha-panel-my.ts index 6f2d35c099..a083079f41 100644 --- a/src/panels/my/ha-panel-my.ts +++ b/src/panels/my/ha-panel-my.ts @@ -20,6 +20,9 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({ application_credentials: { redirect: "/config/application_credentials", }, + developer_assist: { + redirect: "/developer-tools/assist", + }, developer_states: { redirect: "/developer-tools/state", },