diff --git a/custom_components/hon/entity.py b/custom_components/hon/entity.py index 1e339c5..5dfe7f9 100644 --- a/custom_components/hon/entity.py +++ b/custom_components/hon/entity.py @@ -52,4 +52,4 @@ class HonEntity(CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]): @callback def _handle_coordinator_update(self, update: bool = True) -> None: if update: - self.async_write_ha_state() + self.schedule_update_ha_state()