github custom-components/ble_monitor 4.0.0
4.0.0 - BLE device tracker and iNode Energy Meter support

latest releases: 12.11.2, 12.11.1, 12.11.1-beta...
2 years ago

Changes in 4.0.0

It's time to move to version 4 of BLE monitor with some exiting new enhancements.

BLE device tracker
BLE monitor is now able to 🎉 Track Bluetooth devices 🎉 with a public MAC address or static (lifetime) MAC address.

To enable tracking of a device, add the Bluetooth MAC address to your devices in the options menu and enable the option track device.

Still using YAML?, you can add your device tracker with the following config, but make sure you first restart Home Assistant one time after installing the update, before adding this to your configuration.yaml:

ble_monitor:
  devices:
    - mac: 'D4:3C:2D:4A:3C:D5'
      track_device: True
      tracker_scan_interval: 20
      consider_home: 180

iNode Energy Meter
We have added support for the iNode Energy Meter

Other changes
This release also adds support for the Dutch language in the option menu.

Don't miss a new ble_monitor release

NewReleases is sending notifications on new releases.