mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-25 13:57:37 +00:00
Wrap service call docs template example value in quotes (#17025)
This commit is contained in:
parent
52a872b5a4
commit
78febbe131
@ -103,7 +103,7 @@ target:
|
||||
thermostat.downstairs
|
||||
{% endif %}
|
||||
data:
|
||||
temperature: {{ 22 - distance(states.device_tracker.paulus) }}
|
||||
temperature: "{{ 22 - distance(states.device_tracker.paulus) }}"
|
||||
```
|
||||
|
||||
{% endraw %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user