Breaking Changes
- The Active Shipment sensor state is now an integer count of active parcels instead of a text description. The text description has moved to the
status_textattribute. Automations that relied on the string state value (e.g. "in 1 day", "1 parcel") will need to be updated.
Changes
- fix: Replace bare except clauses with specific exception types @robbybarnes (#77)
- feat: Expose extra_information attribute from API @robbybarnes (#75)
- feat: Add state_class to CollectionShipment sensor for long-term statistics @robbybarnes (#74)
- fix: handle empty events list and add OverflowError handling for timestamps @jmdevita (#78)