v1.0.5
Immutable
release. Only release title and notes can be modified.
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-requestsdependency
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_blepytest -q