Skip to content

glance-/postnord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postnord custom_component

This is a custom component for home-assistant to track postnord packages.

Its activated by adding the following to your configuration.yaml:

sensor:
  - platform: postnord
    api_key: !secret postnord_api_key

And you get your own api key by registering at https://developer.postnord.com/

After that you can start to track your packages by calling the service postnord.register with a argument looking like {"package_id": "UA123456789SE"} to have home-assistant start tracking that package.

And when you loose interest in that package, you just stop tracking it by calling postnord.unregister with a corresponding argument.

To view all your packages in a nice fashion, I use the auto-entities[1] card to view them all as a list in lovelace:

      - card:
          type: entities
        filter:
          include:
            - domain: postnord
        type: 'custom:auto-entities'

If you like this component take a look at its cousin that tracks packages from DHL[2], bring[3] and DbSchenker[4]

  1. https://github.com/thomasloven/lovelace-auto-entities
  2. https://github.com/glance-/dhl
  3. https://github.com/glance-/bring
  4. https://github.com/glance-/dbschenker

About

A custom_component for home-assistant to track PostNord packages via their api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages