github custom-components/ble_monitor 0.5.5
0.5.5 - multiple interfaces and battery entities

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

Changes since 0.5.3

New configuration options:

  • batt_entities (boolean)(Optional) Default value: False

By default, the battery information will be presented only as a sensor attribute called battery level.
If you set this parameter to True, then the battery sensor entity will be additionally created
(sensor.mi_batt_ <sensor_mac_address>).

  • hci_interface (positive integer or list of positive integers)(Optional) Default value: 0

Prior to this release, this option supported specifying only one interface.
Now it is possible to specify a list of interfaces. Data will be collected from all specified interfaces simultaneously.
For example:

 sensor:
     - platform: mitemp_bt
       hci_interface:
                     - 0
                     - 1

Don't miss a new ble_monitor release

NewReleases is sending notifications on new releases.