Skip to content

v1.0.5

Choose a tag to compare

@Jason-Morcos Jason-Morcos released this 23 Apr 20:07
Immutable release. Only release title and notes can be modified.
0292991

Airbnk BLE v1.0.5

This release focuses on the cloud onboarding timeout path.

What changed

  • moved the verification-code and auth flow back onto Home Assistant's native aiohttp client stack
  • added an IPv4-only Home Assistant client-session fallback when the shared session hits a connection timeout
  • kept retry handling and sanitized transport errors while removing the now-unused test-only types-requests dependency

Why

Live verification showed the Airbnk / WeHere API itself was reachable and responding correctly, so the failure was narrowed to the Home Assistant runtime's transport path to the cloud host rather than the mailbox or auth semantics.

Validation

  • ruff check .
  • mypy custom_components/airbnk_ble
  • pytest -q