What's New
Carrier Auto-Detection (#80)
The courier field is now optional when adding parcels. Carriers are automatically detected from tracking numbers using regex patterns and checksum validation from jkeen/tracking_number_data. Supports 11 carriers including UPS, FedEx, USPS, DHL, Amazon, and more. A new detect_carrier service is also available for testing detection in HA developer tools.
Delivery Window Attributes (#73)
Sensors now expose date_expected_end, timestamp_expected, and timestamp_expected_end attributes, giving more detail on delivery time windows. Thanks @robbybarnes!
Language Parameter (#72)
New optional language field on the add_parcel service for localized delivery information (ISO 639-1 codes, e.g., 'en', 'de', 'fr'). Thanks @robbybarnes!