mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +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>`
|
||||
: ""}
|
||||
${!item.disabled_by &&
|
||||
item.state === "loaded" &&
|
||||
(item.state === "loaded" || item.state === "setup_retry") &&
|
||||
item.supports_unload &&
|
||||
item.source !== "system"
|
||||
? html`<mwc-list-item @request-selected=${this._handleReload}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user