Fix Tailwind cover stuck in closing state (#107827)
This commit is contained in:
parent
24ddc939c0
commit
e71304580d
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue