You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configurable refresh interval — the options flow now lets you pick how often the integration checks DPD: 15 / 30 / 60 / 120 / 240 minutes (default 30). A slower cadence is gentler on DPD's API. Changes take effect immediately, no Home Assistant restart needed.
Recipient name on every parcel — every parcel now carries a receiver field with the name the parcel is addressed to. Useful in multi-person households for routing notifications to the right person, e.g. "Bob's parcel is out for delivery". Also exposed as an attribute on the Next delivery sensor. Fetched lazily from DPD's per-parcel detail endpoint, so it may be null on the very first refresh after a new barcode appears.
Weight and dimensions on every parcel — every parcel now exposes weight (kg) and dimensions ({length, width, height, text} in cm, with text a pre-formatted "L x W x H cm" string). Both are fetched from the same per-parcel detail endpoint as the recipient name and are also injected onto the original DPD payload under raw so power users can still read the native values.