diff --git a/custom_components/mqtt_vacuum_camera/utils/drawable.py b/custom_components/mqtt_vacuum_camera/utils/drawable.py index c4280ceb..ff3430a6 100755 --- a/custom_components/mqtt_vacuum_camera/utils/drawable.py +++ b/custom_components/mqtt_vacuum_camera/utils/drawable.py @@ -22,7 +22,7 @@ class Drawable: This class contains static methods to draw various elements on the Numpy Arrays (images). We cant use openCV because it is not supported by the Home Assistant OS. """ - ERROR_OUTLINE = (255, 0, 0, 255) # Red color for error messages + ERROR_OUTLINE = (0, 0, 0, 255) # Red color for error messages ERROR_COLOR = (255, 0, 0, 191) # Red color with lower opacity for error outlines @staticmethod async def create_empty_image(