mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 15:56:35 +00:00
Fix link to config panels (#8936)
This commit is contained in:
parent
b76c67fc9b
commit
97d5e6512d
@ -272,9 +272,9 @@ export class HaIntegrationCard extends LitElement {
|
|||||||
</mwc-button>`
|
</mwc-button>`
|
||||||
: item.domain in integrationsWithPanel
|
: item.domain in integrationsWithPanel
|
||||||
? html`<a
|
? html`<a
|
||||||
href=${`${
|
href=${`${integrationsWithPanel[item.domain]}?config_entry=${
|
||||||
integrationsWithPanel[item.domain].path
|
item.entry_id
|
||||||
}?config_entry=${item.entry_id}`}
|
}`}
|
||||||
><mwc-button>
|
><mwc-button>
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.config.integrations.config_entry.configure"
|
"ui.panel.config.integrations.config_entry.configure"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user