diff --git a/custom_components/ankermake/ankermake_mqtt_adapter.py b/custom_components/ankermake/ankermake_mqtt_adapter.py index cf87bff..513162f 100644 --- a/custom_components/ankermake/ankermake_mqtt_adapter.py +++ b/custom_components/ankermake/ankermake_mqtt_adapter.py @@ -86,7 +86,7 @@ def online(self) -> bool: @property def printing(self) -> bool: - return self.job_name != "" + return self.job_name != "" and not self.progress @property def filament_weight(self) -> float: