mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Allow config entries to be reloaded when they are in setup_retry state (#11759)
This commit is contained in:
parent
a5ee610af5
commit
564a725284
@ -369,7 +369,7 @@ export class HaIntegrationCard extends LitElement {
|
|||||||
</a>`
|
</a>`
|
||||||
: ""}
|
: ""}
|
||||||
${!item.disabled_by &&
|
${!item.disabled_by &&
|
||||||
item.state === "loaded" &&
|
(item.state === "loaded" || item.state === "setup_retry") &&
|
||||||
item.supports_unload &&
|
item.supports_unload &&
|
||||||
item.source !== "system"
|
item.source !== "system"
|
||||||
? html`<mwc-list-item @request-selected=${this._handleReload}>
|
? html`<mwc-list-item @request-selected=${this._handleReload}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user