File tree Expand file tree Collapse file tree 1 file changed +28
-8
lines changed Expand file tree Collapse file tree 1 file changed +28
-8
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,31 @@ image_processing:
29
29
- entity_id : camera.garage
30
30
` ` `
31
31
32
- Configuration variables:
33
-
34
- - **region** (*Required*): Country or region. List of supported [values](https://github.com/openalpr/openalpr/tree/master/runtime_data/config).
35
- - **api_key** (*Required*): You need an API key from [OpenALPR Cloud](https://cloud.openalpr.com/).
36
- - **confidence** (*Optional*): The minimum of confidence in percent to process with Home Assistant. Defaults to 80.
37
- - **source** array (*Required*): List of image sources.
38
- - **entity_id** (*Required*): A list of devices to add in Home Assistant.
39
- - **name** (*Optional*): This parameter allows you to override the name of your OpenALPR entity.
32
+ {% configuration %}
33
+ region:
34
+ description: Country or region. List of supported [values](https://github.com/openalpr/openalpr/tree/master/runtime_data/config).
35
+ required: true
36
+ type: string
37
+ api_key:
38
+ description: You need an API key from [OpenALPR Cloud](https://cloud.openalpr.com/).
39
+ required: true
40
+ type: string
41
+ confidence:
42
+ description: The minimum of confidence in percent to process with Home Assistant.
43
+ required: false
44
+ type: int
45
+ default: 80
46
+ source:
47
+ description: List of image sources.
48
+ required: true
49
+ type: list
50
+ keys:
51
+ entity_id:
52
+ description: A camera entity id to get picture from.
53
+ required: true
54
+ type: string
55
+ name:
56
+ description: This parameter allows you to override the name of your OpenALPR entity.
57
+ required: false
58
+ type: string
59
+ {% endconfiguration %}
You can’t perform that action at this time.
0 commit comments