Package tracking

I would like to have information and notification about packages in Home Assistant.
The nicest thing have been if HASS could pickup the tracking number from your e-mail and show you information about it.

Many shipping companies have a API so the tracking information should be easily achieved.
The Norwegian bring offering the feature and it could be used on all packages with tracking number like AB123456789CD which is a typical postal office packages for all countries.
Bring’s API returns both JSON and XML, for more info:
http://developer.bring.com/api/tracking/

For those who lives in Norway or Sweden the Postnord is also offering API for package tracking:
https://developer.postnord.com/docs

I gave it a try using AfterShip - should also work with nordic services afaik.

Pull-request is at https://github.com/home-assistant/home-assistant/pull/18034