I’ve used the 17track integration for a while. After the last HA 5.0 update I noted I no longer saw package details on my dashboard cards. I’ve removed and re-added the integration. I see the correct number of packages in each sensor, but no way to get individual package data from these any longer.
I don’t see an attribute called “packages” in the sensor data when I check its state in the Developer tools (as in the image above) so the template card provided in the integration documentation fails to render.
Is anyone currently using this integration successfully? It’s been great in the past but I’m not sure how to adapt it now.
I already tried - several times - removing and re-adding this integration. I still get entities with just a numeric state and no attribute information about specific packages within each state.
The previously deprecated state attributes for the 17TRACK entities have been removed.
If you relied on these attributes in your automations or scripts, you will need to update them to use the dedicated sensors instead.
(@joostlek - #142622) (documentation)
Details from the Github issue which is about something closely related:
Those attributes were removed in 2025.5.0. You’ll need to make a trigger template to get that back. There’s another issue tracking how to do that here.
I can get package data using an action but I don’t know how to get it into Markdown yet.
no man, the thing works differently now. If you want package details, you should fire up the service manually or by some automation and then parse the results. In this github post you can find code for auto-creating the “old style” entities but beware, I raised some doubts as that way makes more than 50 calls per day to 17track APIs and I don’t know if there is some limit.