diff --git a/homeassistant/components/sensor/logi_circle.py b/homeassistant/components/sensor/logi_circle.py index a0a2ca96444..104de68ce03 100644 --- a/homeassistant/components/sensor/logi_circle.py +++ b/homeassistant/components/sensor/logi_circle.py @@ -137,7 +137,7 @@ class LogiSensor(Entity): """Return the units of measurement.""" return SENSOR_TYPES.get(self._sensor_type)[1] - async def update(self): + async def async_update(self): """Get the latest data and updates the state.""" _LOGGER.debug("Pulling data from %s sensor", self._name) await self._camera.update()