Fix example spacing (#10319)

"limit_refetch_to_url_change" had incorrect spacing and caused errors when copied directly and pasted into configuration.yaml
This commit is contained in:
seanvictory 2019-09-09 07:29:24 -07:00 committed by Klaas Schoute
parent dea46bfb21
commit 75e6f3dab1

View File

@ -61,6 +61,6 @@ camera:
- platform: generic - platform: generic
name: ISS name: ISS
still_image_url: http://staticmap.openstreetmap.de/staticmap.php?center={{ state_attr('binary_sensor.iss', 'lat') }},{{ state_attr('binary_sensor.iss', 'long') }}&zoom=4&size=865x512&maptype=mapnik&markers={{ state_attr('binary_sensor.iss', 'lat') }},{{ state_attr('binary_sensor.iss', 'long') }},lightblue still_image_url: http://staticmap.openstreetmap.de/staticmap.php?center={{ state_attr('binary_sensor.iss', 'lat') }},{{ state_attr('binary_sensor.iss', 'long') }}&zoom=4&size=865x512&maptype=mapnik&markers={{ state_attr('binary_sensor.iss', 'lat') }},{{ state_attr('binary_sensor.iss', 'long') }},lightblue
limit_refetch_to_url_change: true limit_refetch_to_url_change: true
``` ```
{% endraw %} {% endraw %}