From b51dadbfe68a42b04e89b465840781cd0fed3d42 Mon Sep 17 00:00:00 2001 From: Geoff Date: Mon, 6 Mar 2023 01:49:51 +1300 Subject: [PATCH] Update link to opencv in image_process log message (#89008) --- homeassistant/components/opencv/image_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/opencv/image_processing.py b/homeassistant/components/opencv/image_processing.py index 7c3a881edf8..41738100cab 100644 --- a/homeassistant/components/opencv/image_processing.py +++ b/homeassistant/components/opencv/image_processing.py @@ -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