Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1022 B

title, description, logo, ha_category, ha_release, redirect_from
title description logo ha_category ha_release redirect_from
QR Code Recognition Instructions on how to integrate QR Code Recognition into Home Assistant. home-assistant.png
Image Processing
0.87
/components/image_processing.qrcode/

The qrcode image processing platform enables QR code recognition from cameras.

To get this running, please install zbar-tools (Ubuntu 18.04)

Configuration

To enable this, add the following lines to your configuration.yaml file:

# Example configuration.yaml entry
image_processing:
  - platform: qrcode
    source:
      - entity_id: camera.door

{% configuration %} source: description: List of image sources. required: true type: list keys: entity_id: description: A camera entity id to get picture from. required: true type: string name: description: This parameter allows you to override the name of your image_processing entity. required: false type: string {% endconfiguration %}