Skip to content

v1.0.3

Choose a tag to compare

@Jason-Morcos Jason-Morcos released this 23 Apr 19:41
Immutable release. Only release title and notes can be modified.
4913e8b

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 aiohttp path
  • 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_ble
  • pytest -q