diff --git a/src/panels/my/ha-panel-my.ts b/src/panels/my/ha-panel-my.ts index 9883f6a20b..8c35aa4420 100644 --- a/src/panels/my/ha-panel-my.ts +++ b/src/panels/my/ha-panel-my.ts @@ -13,6 +13,9 @@ import { HomeAssistant, Route } from "../../types"; import { documentationUrl } from "../../util/documentation-url"; export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({ + application_credentials: { + redirect: "/config/application_credentials", + }, developer_states: { redirect: "/developer-tools/state", },