Skip to content

Releases: ikalchev/HAP-python

v2.3.0

24 Oct 20:06
3227bde
Compare
Choose a tag to compare
  • Camera support
  • Correctly respond to get_characteristics - saves a lot of traffic
  • Bug and doc fixes

v2.2.2

29 May 19:42
88f217b
Compare
Choose a tag to compare

Fix for the setup script in v2.2.1

v2.2.1

29 May 04:27
c515fcb
Compare
Choose a tag to compare

Fix for the setup script in v2.2.0

v2.2.0

26 May 08:41
Compare
Choose a tag to compare
  • Jobs should now be submitted to the AccessoryDriver which will schedule them in the asyncio event loop or the executor.

  • Changes to the licensing. Added authors.

v2.1.0

18 May 05:28
d30a72a
Compare
Choose a tag to compare
  • Added getter callback to Characteristic
  • Removed the accessories sub package
  • See changelog for more details and other changes.

v2.0.0

04 May 10:34
01e1fe5
Compare
Choose a tag to compare

Release 2.0.0:

  • Added support for async Accessories
  • QRCode is now optional, install pip install HAP-python[QRCode]
  • A few breaking changes and improvements, please refer to the CHANGELOG file

v1.1.9

06 Apr 10:21
084bb73
Compare
Choose a tag to compare

Release v1.1.9:

New interface of the Characteristic class (contains breaking changes)

First release after creating dev branch

25 Feb 10:43
71757b4
Compare
Choose a tag to compare

Pull requests and commits will be made against the dev branch by default. These will be merged into the master branch with a new tag, which will be the version number. The same version number will be uploaded to pypi.