I am using the 17track integration to track stuff coming from aliexpress.
I have actally had some stuff delivered lately (covid miracle!) but every time HA restarts tells me via a notification in the UI that 2 deliveries have been made. I dismiss them via the UI, but every time HA restarts, the notifications come back!
{% for package in states.sensor.seventeentrack_packages_in_transit.attributes.packages %}
**{{ package.friendly_name }}:** {{ package.info_text }} at {{package.location}}. The NZ Post links is [{{package.tracking_number}}](https://www.nzpost.co.nz/tools/tracking/item/{{package.tracking_number}}) The 17track link is [17 Track](https://t.17track.net/en#nums={{package.tracking_number}})
{% endfor %}
On the 17track website click “add memo” and put a short description, this will show up ss package.friendly_name
Thanks for that. For some reason the {{package.location}} section isn’t working for me but that’s because that attribute is empty. I guess 17track simply isn’t giving HA that data for my particular parcels.