basnijholt / miflora

☘️🌑🌼πŸ₯€πŸ‘ Mi Flora Plant sensor Python package
MIT License
362 stars 99 forks source link

Bluepy dependency not compatible with python 3.10 #170

Open daniel-123 opened 2 years ago

daniel-123 commented 2 years ago

This was brought to my attention through Home Assistant, which as of 2022.7 release uses python 3.10 and therefore removes all integrations relying on bluepy.

In blog post explaining this breaking change they suggest migrating to bleak which seems actively maintained unlike bluepy.

If you think such migration is a feasible path to follow, I could try to take shoot at it and make a pull request.

basnijholt commented 1 year ago

Unfortunately, I currently do not have a set up with which I can test the sensors with Bluetooth. I welcome any PR fixing this issue!