From 75e6f3dab1438539b60cf9c63bd3c7ffa4219c18 Mon Sep 17 00:00:00 2001 From: seanvictory Date: Mon, 9 Sep 2019 07:29:24 -0700 Subject: [PATCH] Fix example spacing (#10319) "limit_refetch_to_url_change" had incorrect spacing and caused errors when copied directly and pasted into configuration.yaml --- source/_components/iss.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/iss.markdown b/source/_components/iss.markdown index ca17b3ee159..8297df45346 100644 --- a/source/_components/iss.markdown +++ b/source/_components/iss.markdown @@ -61,6 +61,6 @@ camera: - platform: generic 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 - limit_refetch_to_url_change: true + limit_refetch_to_url_change: true ``` {% endraw %}