mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-26 22:37:21 +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
|
||||
redirect: "/config/info",
|
||||
},
|
||||
hacs_repository: {
|
||||
component: "hacs",
|
||||
redirect: "/hacs/_my_redirect/hacs_repository",
|
||||
params: {
|
||||
owner: "string",
|
||||
repository: "string",
|
||||
category: "string?",
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
const getRedirect = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user