diff --git a/homeassistant/components/image_processing/opencv.py b/homeassistant/components/image_processing/opencv.py index 3264fc5c96c..56a4ac50bd7 100644 --- a/homeassistant/components/image_processing/opencv.py +++ b/homeassistant/components/image_processing/opencv.py @@ -28,7 +28,7 @@ CASCADE_URL = \ 'https://raw.githubusercontent.com/opencv/opencv/master/data/' + \ 'lbpcascades/lbpcascade_frontalface.xml' -CONF_CLASSIFIER = 'classifer' +CONF_CLASSIFIER = 'classifier' CONF_FILE = 'file' CONF_MIN_SIZE = 'min_size' CONF_NEIGHBORS = 'neighbors'