home-assistant.io/source/_components/image_processing.openalpr_cloud.markdown
Pascal Vizeli a782fa8a49 Image processing (#1742)
* Add image_processing

* add to demo
2017-01-14 19:19:28 +01:00

1.3 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release
layout title description date sidebar comments sharing footer logo ha_category featured ha_release
page OpenAlpr Cloud Instructions how to integrate licences plates with OpenAlpr cloud into Home Assistant. 2017-01-09 00:00 true false true true openalpr.png Image_Processing false 0.36

OpenAlpr 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.

{% linkable_title Configuration Home Assistant %}

# Example configuration.yaml entry
image_processing:
 - platform: openalpr_cloud
   region: eu
   source:
    - entity_id: camera.garage

Configuration variables:

  • region (Required): Country or region. List of Supported value.
  • 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.