Skip to content

Releases: nayaverdier/halohome

0.7.0

27 Nov 02:19
17e85ff
Compare
Choose a tag to compare

Courtesy of @oyvindkinsey:

  • Add support for fetching groups from Avi-on's API

Breaking changes

  • device.device_id is now device.avid to better reflect the underlying datamodel

0.6.0

23 Nov 01:23
f8c1821
Compare
Choose a tag to compare

Courtesy of @oyvindkinsey:

  • Update the use of Avi-on's API to the current v3
  • Fix incorrect use of avid (this now also supports groups etc)
  • Add new function for constructing packets that work for both devices and groups
  • Remove use of deprecated BLEDevices.rssi
  • Replaced product_ids filtering with a type filter

0.5.0

26 Jan 06:19
6128100
Compare
Choose a tag to compare
  • Sort devices by RSSI before connecting to avoid unnecessary delay

0.4.0

09 Nov 07:40
849d948
Compare
Choose a tag to compare

0.4.0 2021-11-08

(BREAKING)

  • Remove support for user_id (username/email is sufficient)
  • Support offline loading of devices (e.g. in case of internet outage)

0.3.0

26 Oct 03:32
d5e642d
Compare
Choose a tag to compare
  • Read user_id to provide a permanent ID for the HALO Home account

0.2.0

22 Oct 07:58
7964eec
Compare
Choose a tag to compare
  • Support mesh communication (only need to connect to a single device
    to control all of them)
  • Make network and bluetooth connections async

0.1.0

18 Oct 05:15
805a75c
Compare
Choose a tag to compare
  • Initial Release