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
Outgoing parcels work again with DHL 2.0.0b2 — DHL renamed its outgoing-sensor attribute from shipments to parcels, which left the aggregator unable to find them. Fixed.
DPD 2.0.0 events get re-emitted automatically — once DPD 2.0.0 ships its dpd_parcel_registered / dpd_parcel_status_changed events, the aggregator will forward them as parcel_aggregator_parcel_* like it already does for DHL.
Consistent parcels attribute on every summary sensor — sensor.parcel_aggregator_outgoing now exposes its merged list under parcels instead of shipments, matching every other summary sensor.
⚠️ Breaking change
If your templates read state_attr('sensor.parcel_aggregator_outgoing', 'shipments'), rename it to 'parcels'.