diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 9ebf93a27f2..4698975c86d 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -401,7 +401,7 @@ Just use the "Square bracket notation" to get the value. {% raw %} ```yaml -'{{ value_json['values']['temp'] }}' +"{{ value_json['values']['temp'] }}" ``` {% endraw %}