mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Add Calendar redirect support for My (#14859)
This commit is contained in:
parent
a8b7937d75
commit
5933c2eb8e
@ -41,6 +41,10 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({
|
|||||||
server_controls: {
|
server_controls: {
|
||||||
redirect: "/developer-tools/yaml",
|
redirect: "/developer-tools/yaml",
|
||||||
},
|
},
|
||||||
|
calendar: {
|
||||||
|
component: "calendar",
|
||||||
|
redirect: "/calendar",
|
||||||
|
},
|
||||||
config: {
|
config: {
|
||||||
redirect: "/config/dashboard",
|
redirect: "/config/dashboard",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user