From 564a72528449386f46723fc717f5dcefaa4cf505 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 21 Feb 2022 08:52:59 -1000 Subject: [PATCH] Allow config entries to be reloaded when they are in setup_retry state (#11759) --- src/panels/config/integrations/ha-integration-card.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/integrations/ha-integration-card.ts b/src/panels/config/integrations/ha-integration-card.ts index 89cc0306c2..18518c2d5e 100644 --- a/src/panels/config/integrations/ha-integration-card.ts +++ b/src/panels/config/integrations/ha-integration-card.ts @@ -369,7 +369,7 @@ export class HaIntegrationCard extends LitElement { ` : ""} ${!item.disabled_by && - item.state === "loaded" && + (item.state === "loaded" || item.state === "setup_retry") && item.supports_unload && item.source !== "system" ? html`