Hello,
I am using the REST sensor to read some external IP Json file.
Everything works with:
value_template: '{{ value_json[1].Data }}'
But I have a sintax error with whitespace keys:
value_template: '{{ value_json[1].People Name }}'
I have tryed with underscore but this searches for a key with underscore that obviously does not exist. If I use quotes there is a sintax error as without them.
Any Ideas?