File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -35,20 +35,21 @@ $ wget -O- -q http://plates.openalpr.com/h786poj.jpg | alpr -
35
35
36
36
### {% linkable_title Configuration Home Assistant %}
37
37
38
+
38
39
``` yaml
39
40
# Example configuration.yaml entry
40
41
image_processing :
41
42
- platform : openalpr_cloud
42
- api_key : ' sk_abcxyz123456'
43
43
region : eu
44
44
source :
45
45
- entity_id : camera.garage
46
46
` ` `
47
47
Configuration variables:
48
48
49
49
- **region** (*Required*): Country or region. List of supported [values](https://github.com/openalpr/openalpr/tree/master/runtime_data/config).
50
- - **api_key ** (*Required *): You need an API key from [ OpenALPR Cloud](https://cloud.openalpr.com/) .
51
- - **confidence** (*Optional*): The minimum of confidence in percent to process with Home Assistant. Defaults to 80.
50
+ - **alpr_bin ** (*Optional *): The command line tool alpr from OpenALPR software for local processing. Defaults to ` alpr` .
51
+ - **confidence** (*Optional*): The minimum of confidence in percent to process with Home Assistant. Defaults to 80.
52
52
- **source** array (*Required*): List of image sources.
53
53
- **entities** (*Required*): A list of devices to add in Home Assistant.
54
54
- **name** (*Optional*): This parameter allows you to override the name of your OpenALPR entity.
55
+
You can’t perform that action at this time.
0 commit comments