Skip to content

Commit 52046e5

Browse files
authored
Update Configuration Variables section
1 parent c7a9296 commit 52046e5

File tree

1 file changed

+28
-8
lines changed

1 file changed

+28
-8
lines changed

source/_components/image_processing.openalpr_cloud.markdown

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,31 @@ image_processing:
2929
- entity_id: camera.garage
3030
```
3131
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 %}

0 commit comments

Comments
 (0)