diff --git a/homeassistant/components/tailwind/cover.py b/homeassistant/components/tailwind/cover.py index 935fa01eee0..335c3404cdd 100644 --- a/homeassistant/components/tailwind/cover.py +++ b/homeassistant/components/tailwind/cover.py @@ -121,5 +121,6 @@ class TailwindDoorCoverEntity(TailwindDoorEntity, CoverEntity): translation_domain=DOMAIN, translation_key="communication_error", ) from exc - self._attr_is_closing = False + finally: + self._attr_is_closing = False await self.coordinator.async_request_refresh()