mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix my link for config flow start (#16689)
This commit is contained in:
parent
30af576ff5
commit
9b896c63b6
@ -56,13 +56,13 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({
|
||||
redirect: "/config/cloud",
|
||||
},
|
||||
config_flow_start: {
|
||||
redirect: "/config/integrations/add",
|
||||
redirect: "/config/integrations/dashboard/add",
|
||||
params: {
|
||||
domain: "string",
|
||||
},
|
||||
},
|
||||
brand: {
|
||||
redirect: "/config/integrations/add",
|
||||
redirect: "/config/integrations/dashboard/add",
|
||||
params: {
|
||||
brand: "string",
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user