Fix config flow URLs linking to device (#24223)

This commit is contained in:
Paulus Schoutsen 2025-02-13 08:47:03 -05:00 committed by Bram Kragten
parent d9559b7f07
commit 37ee2bf308

View File

@ -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(