File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,16 @@ ha_release: 0.36
21
21
# Example configuration.yaml entry
22
22
image_processing :
23
23
- platform : openalpr_cloud
24
+ api_key : ' sk_abcxyz123456'
24
25
region : eu
25
26
source :
26
27
- entity_id : camera.garage
27
28
` ` `
28
29
Configuration variables:
29
30
30
31
- **region** (*Required*): Country or region. List of supported [values](https://github.com/openalpr/openalpr/tree/master/runtime_data/config).
31
- - **alpr_bin ** (*Optional *): The command line tool alpr from OpenALPR software for local processing. Defaults to ` alpr` .
32
- - **confidence** (*Optional*): The minimum of confidence in percent to process with Home Assistant. Defaults to 80.
32
+ - **api_key ** (*Required *): You need an API key from [ OpenALPR Cloud](https://cloud.openalpr.com/) .
33
+ - **confidence** (*Optional*): The minimum of confidence in percent to process with Home Assistant. Defaults to 80.
33
34
- **source** array (*Required*): List of image sources.
34
35
- **entities** (*Required*): A list of devices to add in Home Assistant.
35
36
- **name** (*Optional*): This parameter allows you to override the name of your OpenALPR entity.
Original file line number Diff line number Diff line change @@ -35,20 +35,20 @@ $ 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
- - platform : openalpr_cloud
42
- api_key : ' sk_abcxyz123456'
42
+ - platform : openalpr_local
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.
You can’t perform that action at this time.
0 commit comments