mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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",
|
redirect: "/config/cloud",
|
||||||
},
|
},
|
||||||
config_flow_start: {
|
config_flow_start: {
|
||||||
redirect: "/config/integrations/add",
|
redirect: "/config/integrations/dashboard/add",
|
||||||
params: {
|
params: {
|
||||||
domain: "string",
|
domain: "string",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
brand: {
|
brand: {
|
||||||
redirect: "/config/integrations/add",
|
redirect: "/config/integrations/dashboard/add",
|
||||||
params: {
|
params: {
|
||||||
brand: "string",
|
brand: "string",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user