mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Add my support for Application Credentials (#12709)
This commit is contained in:
parent
b37f97128a
commit
ba27c184f6
@ -13,6 +13,9 @@ import { HomeAssistant, Route } from "../../types";
|
|||||||
import { documentationUrl } from "../../util/documentation-url";
|
import { documentationUrl } from "../../util/documentation-url";
|
||||||
|
|
||||||
export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({
|
export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({
|
||||||
|
application_credentials: {
|
||||||
|
redirect: "/config/application_credentials",
|
||||||
|
},
|
||||||
developer_states: {
|
developer_states: {
|
||||||
redirect: "/developer-tools/state",
|
redirect: "/developer-tools/state",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user