Correct openalpr_local config option name (#28746)

Previously was "alp_bin" now "alpr_bin" like it is outlined in the documentation (https://www.home-assistant.io/integrations/openalpr_local/)
This commit is contained in:
Thomas 2019-11-14 00:11:09 +13:00 committed by Martin Hjelmare
parent a48d426f18
commit fe942c40a0

View file

@ -47,7 +47,7 @@ OPENALPR_REGIONS = [
"vn2",
]
CONF_ALPR_BIN = "alp_bin"
CONF_ALPR_BIN = "alpr_bin"
DEFAULT_BINARY = "alpr"