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
# Example configuration.yaml entry
image_processing:
- platform: openalpr_local
region: eu
source:
- platform: openalpr_local
region: eu
source:
- entity_id: camera.garage
```