Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Releases: spycle/microbot_push

v2022.08.0

07 Aug 23:27
64ebac4
Compare
Choose a tag to compare

Breaking Changes

  1. This release requires the new Home Assistant Bluetooth Integration to be installed and therefore requires Home Assistant 2022.08 as a minimum
  2. 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

31 Jul 23:14
00d29fa
Compare
Choose a tag to compare
  • Further improvements to response time (by storing the BLEDevice on init to reduce scanning)
  • Fix assumed state (again)

v2202.07.04

29 Jul 20:41
ba88c9f
Compare
Choose a tag to compare
  • Fix assumed_state
  • Attempt to improve connection speed and reliability

v2022.07.03

26 Jul 22:59
3b76c02
Compare
Choose a tag to compare

Fix blocking call to sleep inside the event loop

v2022.07.2

25 Jul 21:22
c81325f
Compare
Choose a tag to compare

Fix services

v2022.07.1

25 Jul 19:25
c0ad26f
Compare
Choose a tag to compare

Reinstate calibration service

v2022.07.0

25 Jul 01:07
ab2b790
Compare
Choose a tag to compare

Migrated from bluepy to bleak to work with Home assistant >2022.07. Still some work to do but hopefully functional

v0.0.4

19 Dec 12:01
5cf9063
Compare
Choose a tag to compare

Minor update

v0.0.3

05 Dec 18:44
61e4702
Compare
Choose a tag to compare

First release