mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Reolink update current firmware state after install attempt (#104210)
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user