From ba27c184f6002f90f46f96d1017677669bd8d8c6 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 17 May 2022 12:13:46 +0200 Subject: [PATCH] Add my support for Application Credentials (#12709) --- src/panels/my/ha-panel-my.ts | 3 +++ 1 file changed, 3 insertions(+) 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", },