mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix ignoring dicovered devices (#17117)
This commit is contained in:
parent
a09d71291b
commit
90df43c205
@ -53,7 +53,7 @@ export class HaConfigFlowCard extends LitElement {
|
|||||||
? html`<mwc-button
|
? html`<mwc-button
|
||||||
@click=${this._ignoreFlow}
|
@click=${this._ignoreFlow}
|
||||||
.label=${this.hass.localize(
|
.label=${this.hass.localize(
|
||||||
`ui.panel.config.integrations.ignore.ignore`
|
"ui.panel.config.integrations.ignore.ignore"
|
||||||
)}
|
)}
|
||||||
></mwc-button>`
|
></mwc-button>`
|
||||||
: ""}
|
: ""}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user