Skip to content

v1.0.4

Choose a tag to compare

@Jason-Morcos Jason-Morcos released this 23 Apr 19:52
Immutable release. Only release title and notes can be modified.
7455e1d

Airbnk BLE v1.0.4

This release restores Bluetooth auto-discovery for locks like the B100 and also tightens a few repository-standards details.

What changed

  • restored Bluetooth auto-discovery matching by using the Airbnk vendor ID or the known Airbnk advert service UUID instead of the stricter manufacturer payload prefix matcher
  • keeps discovery narrow and Home Assistant-friendly without going back to broad local-name matching
  • removed the redundant requests manifest requirement because Home Assistant Core already ships it
  • documented the remaining Home Assistant Core submission blockers in the repo guidance and quality_scale.yaml

Validation

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