Allow config entries to be reloaded when they are in setup_retry state (#11759)

This commit is contained in:
J. Nick Koston 2022-02-21 08:52:59 -10:00 committed by GitHub
parent a5ee610af5
commit 564a725284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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