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 } } ```