mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Corrected template example (#14365)
Corrected the example for square bracket notation. Without this change the open and closing quotes would be `'{{ value_json['`
This commit is contained in:
parent
fdfe355dd2
commit
9c0fb35922
@ -401,7 +401,7 @@ Just use the "Square bracket notation" to get the value.
|
|||||||
|
|
||||||
{% raw %}
|
{% raw %}
|
||||||
```yaml
|
```yaml
|
||||||
'{{ value_json['values']['temp'] }}'
|
"{{ value_json['values']['temp'] }}"
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user