BETA RELEASE
This is a beta release for testing the fix for issue #66. Please help test and report any issues!
What's Fixed
Fixed HTTP 429 "Too Many Requests" errors
Root Cause
The integration used an antipattern where each of the 4 sensor entities had SCAN_INTERVAL set and manually called coordinator.async_request_refresh(). This caused 20+ API calls per hour, exceeding the Parcel App API's limit of 20 requests/hour.
Please report any issues from this beta in issue #66.