Skip to content

Commit

Permalink
Fix config flow URLs linking to device (#24223)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Feb 13, 2025
1 parent bc0cc8b commit abbf56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/config/integrations/ha-config-flow-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class HaConfigFlowCard extends LitElement {
? html`<a
href=${this.flow.context.configuration_url.replace(
/^homeassistant:\/\//,
""
"/"
)}
rel="noreferrer"
target=${this.flow.context.configuration_url.startsWith(
Expand Down

0 comments on commit abbf56d

Please sign in to comment.