mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
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:
@@ -47,7 +47,7 @@ OPENALPR_REGIONS = [
|
|||||||
"vn2",
|
"vn2",
|
||||||
]
|
]
|
||||||
|
|
||||||
CONF_ALPR_BIN = "alp_bin"
|
CONF_ALPR_BIN = "alpr_bin"
|
||||||
|
|
||||||
DEFAULT_BINARY = "alpr"
|
DEFAULT_BINARY = "alpr"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user