mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Add hacs_repository my redirect (#13153)
This commit is contained in:
parent
399efca411
commit
da709cbbd1
@ -216,6 +216,15 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({
|
|||||||
// Moved from Supervisor panel in 2022.5
|
// Moved from Supervisor panel in 2022.5
|
||||||
redirect: "/config/info",
|
redirect: "/config/info",
|
||||||
},
|
},
|
||||||
|
hacs_repository: {
|
||||||
|
component: "hacs",
|
||||||
|
redirect: "/hacs/_my_redirect/hacs_repository",
|
||||||
|
params: {
|
||||||
|
owner: "string",
|
||||||
|
repository: "string",
|
||||||
|
category: "string?",
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const getRedirect = (
|
const getRedirect = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user