diff --git a/homeassistant/components/vicare/number.py b/homeassistant/components/vicare/number.py index 45abd0a5cda..f8abea13401 100644 --- a/homeassistant/components/vicare/number.py +++ b/homeassistant/components/vicare/number.py @@ -144,7 +144,7 @@ class ViCareNumber(ViCareEntity, NumberEntity): """Set new value.""" if self.entity_description.value_setter: self.entity_description.value_setter(self._api, value) - self.async_write_ha_state() + self.schedule_update_ha_state() def update(self) -> None: """Update state of number."""