Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78febbe

Browse files
authored
Wrap service call docs template example value in quotes (home-assistant#17025)
1 parent 52a872b commit 78febbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/scripts/service-calls.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ target:
103103
thermostat.downstairs
104104
{% endif %}
105105
data:
106-
temperature: {{ 22 - distance(states.device_tracker.paulus) }}
106+
temperature: "{{ 22 - distance(states.device_tracker.paulus) }}"
107107
```
108108

109109
{% endraw %}

0 commit comments

Comments
 (0)