This repository was archived by the owner on Oct 10, 2022. It is now read-only.
Releases: spycle/microbot_push
Releases · spycle/microbot_push
Release list
v2022.08.0
Breaking Changes
- This release requires the new Home Assistant Bluetooth Integration to be installed and therefore requires Home Assistant 2022.08 as a minimum
- Existing devices will have to be be removed and re-added to function correctly (they should be automatically discovered). There is no need to generate a new token / repair the device.
Changelog
- Update to use new Bluetooth integration
- Add pairing/token generation to Config Flow
- Add discovery
- Add retry_count option
- Stability improvements
To-do
- Get device states e.g. battery
v2022.07.5
- Further improvements to response time (by storing the BLEDevice on init to reduce scanning)
- Fix assumed state (again)
v2202.07.04
- Fix assumed_state
- Attempt to improve connection speed and reliability
v2022.07.03
Fix blocking call to sleep inside the event loop
v2022.07.2
v2022.07.1
v2022.07.0
Migrated from bluepy to bleak to work with Home assistant >2022.07. Still some work to do but hopefully functional