diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 07f1194e713..b1c3fa06491 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -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 %}