Releases: Jc2k/aiohomekit
Releases · Jc2k/aiohomekit
3.0.3
- Create futures with loop.create_future() (#331) - Drop async_timeout on py<3.11 (#330)
3.0.2
- Strip out iid 0 from the linked services list (#328) - Ensure we resolve services again after the debounce timeout (#329)
3.0.1
- Reverting adding typing return to clamp_enum_to_char #327
3.0.0
- Bump minimum python version to 3.10 (#325) - Small cleanup to utils (#323) - Hold strong references to tasks (#324) - Make HomeKitService slotted (#322)
2.6.16
- Ignore iid zero when fetching the GATT database (#321)
2.6.15
- Handle missing perms when decoding the GATT database (#320)
2.6.14
- Make a constant for EVENT_CHARACTERISTICS (#318)
2.6.13
- fix: BLE controller returning None on timeout instead of raising Ac…
2.6.12
- Don't poll INPUT_EVENT or BUTTON_EVENT (#311) - Ignore stale encrypted notifications (#313)
2.6.11
- Fix cancellation race in IP controller (#309) - Fix some missed False checks from converting decrypt to raise an exception (#310)