mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +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:
|
||||
raise HomeAssistantError("Update failed")
|
||||
self._attr_in_progress = False
|
||||
self.async_write_ha_state()
|
||||
await self.coordinator.async_request_refresh()
|
||||
|
Reference in New Issue
Block a user