diff --git a/atom.xml b/atom.xml index b0c85a493a..820e304758 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]}} -```
+
+{% set value_json=
+ {"name":"Outside",
+ "device":"weather-ha",
+ "data":
+ {"temp":"24C",
+ "hum":"35%"
+ } }%}
+
+{{value_json.data.hum[:-1]}}
+
+