Releases: mjmccans/airthings-mqtt-ha
Releases · mjmccans/airthings-mqtt-ha
v1.2.0
Breaking Changes
- Changed bluetooth library from bluepy to bleak, a more modern bluetooth library. This change has material
benefits because bleak communicates with the bluetooth adapter via dbus and does not require additional permissions. See readme for new dependencies.
New
- Firmware version displayed on device details page.
v1.1.0
Breaking Changes
- Configuration file format has been changed from
toml
tojson
for better consistency with the add-on version of this script.
New
- Command line option
--generate_config
added to automatically generate a suggested configuration file. - Support for battery and illuminance sensors for Airthings Wave+ devices pulled from upstream.
- Add support for long-term statistics.
- New configuration option to retain your sensor values in the MQTT broker.
Fixes
- Reconcile the addon and non-addon code bases to allow easier future development.