Hello, could someone please help me with the configuration of the Home Assistant please? What is wrong with this? I don’t receive temperature value from Shelly:
command_line:
- sensor:
name: tempvalue
command: curl -X GET https://xxxx
value_template: “{{ value_json[‘data’][‘device_status’][‘temperature:0’][‘tC’] }}”