Skip to content

0.5.5 - multiple interfaces and battery entities

Compare
Choose a tag to compare
@Magalex2x14 Magalex2x14 released this 14 Feb 12:11
· 2601 commits to master since this release
fd323a2

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