diff --git a/atom.xml b/atom.xml index feb74f73f9..b0c85a493a 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
To evaluate a response, go to the template developer tools, create your output into “Template”, and check the result.
``yaml
+{% set value_json= + {“name”:”Outside”, + “device”:”weather-ha”, + “data”: + {“temp”:”24C”, + “hum”:”35%” + } }%}
+{{value_json.data.hum[:-1]}} +```