mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-26 14:27:34 +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
|
thermostat.downstairs
|
||||||
{% endif %}
|
{% endif %}
|
||||||
data:
|
data:
|
||||||
temperature: {{ 22 - distance(states.device_tracker.paulus) }}
|
temperature: "{{ 22 - distance(states.device_tracker.paulus) }}"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user