I have a json file published to my MQTT broker.
In MQTT Explorer here I see this data:
I am trying to create a mqtt sensor and attributes for this.
- platform: mqtt
name: "ABB Last Updated"
state_topic: "abb/abbusage"
device_class: timestamp
value_template: "{{ value_json.updated }}"
json_attributes_topic: "abb/abbusage"
But I just see this:
What am I doing wrong??