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:
parent
a48d426f18
commit
fe942c40a0
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ OPENALPR_REGIONS = [
|
|||
"vn2",
|
||||
]
|
||||
|
||||
CONF_ALPR_BIN = "alp_bin"
|
||||
CONF_ALPR_BIN = "alpr_bin"
|
||||
|
||||
DEFAULT_BINARY = "alpr"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue