Update templating.markdown (#6871)

This commit is contained in:
Caswell1000 2018-10-16 23:22:52 +02:00 committed by Fabian Affolter
parent a2c44aa8e6
commit 3cb46731b5

View File

@ -280,7 +280,7 @@ Just use the "Square bracket notation" to get the value.
{% raw %}
```yaml
'{{ value_json["values"]["temp"] }}'
'{{ value_json['values']['temp'] }}'
```
{% endraw %}