Reolink update current firmware state after install attempt (#104210)

This commit is contained in:
starkillerOG 2023-11-19 18:55:30 +01:00 committed by GitHub
parent 51385dcaab
commit 9e0bc9e252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,3 +98,5 @@ class ReolinkUpdateEntity(
raise HomeAssistantError(
f"Error trying to update Reolink firmware: {err}"
) from err
finally:
self.async_write_ha_state()