Hi all,
Created a simple python script to get TV Guide for me and store it in MQTT like so:
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!