Proper example indentation (#9253)

This commit is contained in:
dtorner 2019-04-19 13:54:52 +02:00 committed by Klaas Schoute
parent 11ef9b1d38
commit 547cf37018

View File

@ -53,9 +53,9 @@ $ wget -O- -q http://plates.openalpr.com/h786poj.jpg | alpr -
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
image_processing: image_processing:
- platform: openalpr_local - platform: openalpr_local
region: eu region: eu
source: source:
- entity_id: camera.garage - entity_id: camera.garage
``` ```