mirror of
https://github.com/home-assistant/core.git
synced 2025-05-05 22:49:17 +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:
|
if not CV2_IMPORTED:
|
||||||
_LOGGER.error(
|
_LOGGER.error(
|
||||||
"No OpenCV library found! Install or compile for your system "
|
"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
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user