mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-29 12:17:01 +00:00
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:
parent
dea46bfb21
commit
75e6f3dab1
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user