v1.0.3
Immutable
release. Only release title and notes can be modified.
Airbnk BLE v1.0.3
This release fixes the Airbnk / WeHere cloud onboarding path used to request a verification code and fetch bootstrap data during setup.
What changed
- switched cloud auth/bootstrap requests to an executor-backed HTTP transport, closer to the older working MQTT integration behavior than the previous
aiohttppath - updated the cloud app signature used for verification-code requests and auth to
A_FD_2.1.8 - added retry handling for transient cloud transport failures during verification-code requests and authentication
- sanitized cloud transport errors so timeout logs no longer echo the full request URL or account email address
- declared the runtime and test dependencies needed for the new cloud transport path
Validation
ruff check .mypy custom_components/airbnk_blepytest -q