From 0eb6540fe7c8d58ebf6cde5909841618038af54d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 18 May 2017 09:57:38 +0200 Subject: [PATCH] Align with OpenALPR platform for naming conf variables (#7650) --- homeassistant/components/image_processing/seven_segments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/image_processing/seven_segments.py b/homeassistant/components/image_processing/seven_segments.py index 07b9b9d5d80..9b9c327f822 100644 --- a/homeassistant/components/image_processing/seven_segments.py +++ b/homeassistant/components/image_processing/seven_segments.py @@ -21,7 +21,7 @@ _LOGGER = logging.getLogger(__name__) CONF_DIGITS = 'digits' CONF_HEIGHT = 'height' -CONF_SSOCR_BIN = 'ssocr' +CONF_SSOCR_BIN = 'ssocr_bin' CONF_THRESHOLD = 'threshold' CONF_WIDTH = 'width' CONF_X_POS = 'x_position'