Skip to content

Commit

Permalink
Outer Robot lines to Black #292 from sca075/refactoring_camera
Browse files Browse the repository at this point in the history
  • Loading branch information
sca075 authored Dec 1, 2024
2 parents 90e61a8 + f9818f0 commit a59996c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/mqtt_vacuum_camera/utils/drawable.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a59996c

Please sign in to comment.