diff --git a/homeassistant/components/sensor/octoprint.py b/homeassistant/components/sensor/octoprint.py index cdbe46cc9ec..d58f55e0ab7 100644 --- a/homeassistant/components/sensor/octoprint.py +++ b/homeassistant/components/sensor/octoprint.py @@ -127,6 +127,6 @@ class OctoPrintSensor(Entity): # Error calling the api, already logged in api.update() return - if self._state is None: + if self._state is None and self.sensor_type != "completion": _LOGGER.warning("Unable to locate value for %s", self.sensor_type) return