From 15b748cbdaff30d13a92190a3ba5efaae37503e7 Mon Sep 17 00:00:00 2001 From: mogsub <30319498+mogsub@users.noreply.github.com> Date: Fri, 15 Nov 2019 17:36:00 +0200 Subject: [PATCH] typo error (#11177) --- 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 3152785bcba..30582f817db 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -377,7 +377,7 @@ Nested JSON in a response is supported as well: }, "values": { "temp": 26.09, - "hum": 56.73, + "hum": 56.73 } } ```