You can not give the full json like that to HA.
- I recommend using a
mqtt_publishthen to send everything to mosquitto broker and configure it in themqttsection of yourconfiguration.yamlto decode all parts. - Or, just use the service
input_number.set_valueto set an input_number’s value to the yellow part of your payload.
MQTT is probably the most elegant solution as it allows to create a sensor with attributes that will display really nicely in HA.
Have a look at this post: