zewelor / bt-mqtt-gateway

A simple Python script which provides a Bluetooth to MQTT gateway, easily extensible via custom workers. See https://github.com/zewelor/bt-mqtt-gateway/wiki for more information.
MIT License
550 stars 117 forks source link

revert specific commit miflora version dependency #272

Closed shane-kerr closed 1 year ago

shane-kerr commented 1 year ago

Description

miflora > 0.6 is available on pypi, so we can revert the dependency on a specific (old) commit of the miflora library.

This is actually just following a comment in the code which mentions that this can be done. The newer version seems to work fine here.

zewelor commented 1 year ago

Thanks!