Address comments from #1742

This commit is contained in:
Fabian Affolter 2017-01-14 19:28:24 +01:00
parent 052aa9f1a3
commit b01f70083a
No known key found for this signature in database
GPG key ID: E23CD2DD36A4397F
4 changed files with 35 additions and 33 deletions

View file

@ -1,7 +1,7 @@
---
layout: page
title: "OpenAlpr Cloud"
description: "Instructions how to integrate licences plates with OpenAlpr cloud into Home Assistant."
title: "OpenALPR Cloud"
description: "Instructions how to integrate licences plates with OpenALPR cloud into Home Assistant."
date: 2017-01-09 00:00
sidebar: true
comments: false
@ -13,7 +13,7 @@ featured: false
ha_release: 0.36
---
[OpenAlpr](http://www.openalpr.com/) integration for Home Assistant allows you to process licences plates from a camera. You can use them to open a garage door or trigger any other [automation](https://home-assistant.io/components/automation/).
[OpenALPR](http://www.openalpr.com/) integration for Home Assistant allows you to process licences plates from a camera. You can use them to open a garage door or trigger any other [automation](https://home-assistant.io/components/automation/).
### {% linkable_title Configuration Home Assistant %}
@ -27,9 +27,9 @@ image_processing:
```
Configuration variables:
- **region** (*Required*): Country or region. List of Supported [value](https://github.com/openalpr/openalpr/tree/master/runtime_data/config).
- **alpr_bin** (*Optional*): Default `alpr`. The command line tool alpr from OpenAlpr software for local processing.
- **confidence** (*Optional*): Default 80. The minimum of confidence in percent to process with Home-Assistant.
- **source** (*Required*):
- **entities** (*Required*): A list of device to add in Home-Assistant.
- **name** (*Optional*): This parameter allows you to override the name of your openalpr entity.
- **region** (*Required*): Country or region. List of supported [values](https://github.com/openalpr/openalpr/tree/master/runtime_data/config).
- **alpr_bin** (*Optional*): The command line tool alpr from OpenALPR software for local processing. Defaults to `alpr`.
- **confidence** (*Optional*): The minimum of confidence in percent to process with Home Assistant. Defaults to 80.
- **source** array (*Required*): List of image sources.
- **entities** (*Required*): A list of devices to add in Home Assistant.
- **name** (*Optional*): This parameter allows you to override the name of your OpenALPR entity.