mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Reolink update current firmware state after install attempt (#104210)
This commit is contained in:
parent
51385dcaab
commit
9e0bc9e252
@ -98,3 +98,5 @@ class ReolinkUpdateEntity(
|
|||||||
raise HomeAssistantError(
|
raise HomeAssistantError(
|
||||||
f"Error trying to update Reolink firmware: {err}"
|
f"Error trying to update Reolink firmware: {err}"
|
||||||
) from err
|
) from err
|
||||||
|
finally:
|
||||||
|
self.async_write_ha_state()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user