From 3cb46731b55a76423e8fb880af309d0b054ca6f6 Mon Sep 17 00:00:00 2001 From: Caswell1000 <35820171+Caswell1000@users.noreply.github.com> Date: Tue, 16 Oct 2018 23:22:52 +0200 Subject: [PATCH] Update templating.markdown (#6871) --- source/_docs/configuration/templating.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}