MQTT Help for sensor

Hi all,

Created a simple python script to get TV Guide for me and store it in MQTT like so:

image

I’ve got a sensor in my config like so:

mqtt:
  sensor:
    - name: "Full TV Guide"
      state_topic: "tvguide/status/#"
      json_attributes_topic: "tvguide/#"

The sensor displays this:

As you can see the status works, but I can’t seem to get all the subtopics of tvguide into the single sensor.

Firstly, is it possible?, is so, where am i going wrong?

I also created a topic with every channel in like so:

Where am i going wrong, I know it’s me, just can’t quite find it!

tia!

I’ve changed the full_guide to look like this:

In hopes the json is better, anyone got any tips?