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