I used and loved the 17track integration for years. It’s been refactored and I’ve never been more frustrated with Home Assistant than trying to get this data displaying on my dashboard again.
The official documentation is straight up incorrect and out-dated. It does not create a sensor per status. When it did I could use it. Instead, you need to call the get_packages action to get data out.
There is no example of that on the site. I found this commit on a pull request with an example. I tried to use that and I can do everything except do anything useful with the response variable. If I try to define the sensor in the YAML of the automation as per the example in the PR, it tells me it is invalid and won’t save. If I try to create a template sensor in configuration.yaml it has no value for packages_var and does nothing.
I have no idea how to do anything sensible with the results of the get_packages call. All I want to do is get the info about the packages into a form I can display. I can call it from debug and verify it works but I am failing to persist the results from that call in the automation into anything I can use. Can anyone help please?