mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Fix state after La Marzocco update (#108244)
request a refresh from coordinator after update
This commit is contained in:
@@ -102,4 +102,4 @@ class LaMarzoccoUpdateEntity(LaMarzoccoEntity, UpdateEntity):
|
|||||||
if not success:
|
if not success:
|
||||||
raise HomeAssistantError("Update failed")
|
raise HomeAssistantError("Update failed")
|
||||||
self._attr_in_progress = False
|
self._attr_in_progress = False
|
||||||
self.async_write_ha_state()
|
await self.coordinator.async_request_refresh()
|
||||||
|
Reference in New Issue
Block a user