Skip to content

Commit

Permalink
Reolink update current firmware state after install attempt (#104210)
Browse files Browse the repository at this point in the history
  • Loading branch information
starkillerOG committed Nov 19, 2023
1 parent 51385dc commit 9e0bc9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homeassistant/components/reolink/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,5 @@ async def async_install(
raise HomeAssistantError(
f"Error trying to update Reolink firmware: {err}"
) from err
finally:
self.async_write_ha_state()

0 comments on commit 9e0bc9e

Please sign in to comment.