Skip to content

Releases: ha-parcel-integrations/ha-dao

Release list

0.10.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 19:30
1a857bd

New features

  • track parcels you sent separately from the ones being delivered to you (#7)
    Adds Outgoing parcels and Outgoing delivered parcels sensors, plus matching status-changed/delivered events. A sent parcel no longer inflates your incoming parcel count or shows up in the incoming list.

Bug fixes

  • show DAO's own status text on raw_status instead of a bare number (#7)
    Third-party cards that expect readable text — including the community package-tracker card — no longer crash on a DAO parcel.
  • correctly report a parcel collected from a pickup point as delivered instead of still awaiting pickup (#7)
    Confirmed for the "handed over" status; a parcel genuinely still waiting at a pickup point is a separate, still-unconfirmed case (see the open questions below).

🙋 5 open questions need a real parcel to answer


📦 See every supported carrier — new ones land regularly.
💛 Support the project

0.9.0

Choose a tag to compare

@peternijssen peternijssen released this 12 Sep 10:18

New features

  • feat: add DAO parcel tracker integration

    Account-based tracking for DAO (Danish parcel carrier) via a manual OAuth
    authorization-code + PKCE flow, since neither of DAO's public Keycloak
    clients accepts a Home Assistant redirect URI. Once signed in, every
    shipment DAO's own app or site already links to your account shows up
    automatically — no per-parcel tracking codes to enter. Includes per-parcel
    sensors, summary sensors (incoming, next delivery, awaiting pickup,
    recently delivered), a read-only deliveries calendar, events and device
    triggers, opt-in per-parcel status history, and a manual refresh button.

    Status mapping and the history/pickup-point enrichment are built from
    static analysis of DAO's own app rather than a live login — every
    unconfirmed shape logs a one-shot warning with a link to report it, until
    a real tracked parcel confirms it.

🙋 5 open questions need a real parcel to answer


📦 See every supported carrier — new ones land regularly.
💛 Support the project