From f9818f0576949b4233ddadc56de055bb49e1446d Mon Sep 17 00:00:00 2001 From: SCA075 <82227818+sca075@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:29:29 +0100 Subject: [PATCH] Black outer for the robot in error. Signed-off-by: 82227818+sca075@users.noreply.github.com <82227818+sca075@users.noreply.github.com> --- custom_components/mqtt_vacuum_camera/utils/drawable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(