mirror of
https://github.com/home-assistant/core.git
synced 2025-05-03 05:29:14 +00:00
Update link to opencv in image_process log message (#89008)
This commit is contained in:
parent
cf369ff1a5
commit
b51dadbfe6
@ -104,7 +104,7 @@ def setup_platform(
|
||||
if not CV2_IMPORTED:
|
||||
_LOGGER.error(
|
||||
"No OpenCV library found! Install or compile for your system "
|
||||
"following instructions here: http://opencv.org/releases.html"
|
||||
"following instructions here: https://opencv.org/?s=releases"
|
||||
)
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user