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

Releases: spycle/microbot_push

v2022.08.0

Choose a tag to compare

@spycle spycle released this 07 Aug 23:27
64ebac4

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

Choose a tag to compare

@spycle spycle released this 31 Jul 23:14
00d29fa
  • Further improvements to response time (by storing the BLEDevice on init to reduce scanning)
  • Fix assumed state (again)

v2202.07.04

Choose a tag to compare

@spycle spycle released this 29 Jul 20:41
ba88c9f
  • Fix assumed_state
  • Attempt to improve connection speed and reliability

v2022.07.03

Choose a tag to compare

@spycle spycle released this 26 Jul 22:59
3b76c02

Fix blocking call to sleep inside the event loop

v2022.07.2

Choose a tag to compare

@spycle spycle released this 25 Jul 21:22
c81325f

Fix services

v2022.07.1

Choose a tag to compare

@spycle spycle released this 25 Jul 19:25
c0ad26f

Reinstate calibration service

v2022.07.0

Choose a tag to compare

@spycle spycle released this 25 Jul 01:07
ab2b790

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

v0.0.4

Choose a tag to compare

@spycle spycle released this 19 Dec 12:01
5cf9063

Minor update

v0.0.3

Choose a tag to compare

@spycle spycle released this 05 Dec 18:44
61e4702

First release