Wrap service call docs template example value in quotes (#17025)

This commit is contained in:
David Beitey 2021-03-16 15:48:59 +00:00 committed by GitHub
parent 52a872b5a4
commit 78febbe131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}