github custom-components/ble_monitor 7.3.3-beta
7.3.3-beta - Altbeacon and option to disable the BT interface

latest releases: 12.15.0, 12.14.0, 12.13.0...
pre-release2 years ago

Changes in 7.3.3-beta

  • Added AltBeacon support (@dmamontov)
  • Added the option to disable the Bluetooth interface at all [1] (@Ernst79)
  • Added support for manufacturer indication in sensors. For example with AltBeacon, the manufacturer is specified in an additional 2 bytes (@dmamontov)
  • Minor iBeacon refactoring (@dmamontov)

[1] Disabling the BT adapter can be useful when using ESPHome BLE gateway to forward the BLE messages to BLE monitor and you don't want to use Bluetooth adapter from your HA machine.

In the UI, you can select "Don't use Bluetooth adapter" to disable the use of the Bluetooth adapter.

In YAML, you can do this with the following:

ble_monitor:
  bt_interface: "disable"

Don't miss a new ble_monitor release

NewReleases is sending notifications on new releases.