Skip to content

Releases: Jc2k/aiohomekit

3.0.3

10 Sep 13:40
415f616
Compare
Choose a tag to compare
- Create futures with loop.create_future() (#331)

- Drop async_timeout on py<3.11 (#330)

3.0.2

02 Sep 19:29
f0b6db7
Compare
Choose a tag to compare
- Strip out iid 0 from the linked services list (#328)

- Ensure we resolve services again after the debounce timeout (#329)

3.0.1

28 Aug 13:42
fa14889
Compare
Choose a tag to compare
- Reverting adding typing return to clamp_enum_to_char #327

3.0.0

28 Aug 13:04
b8ca1b7
Compare
Choose a tag to compare
- 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

15 Aug 23:54
858626d
Compare
Choose a tag to compare
- Ignore iid zero when fetching the GATT database (#321)

2.6.15

07 Aug 23:35
89b33a3
Compare
Choose a tag to compare
- Handle missing perms when decoding the GATT database (#320)

2.6.14

06 Aug 04:06
c1fd086
Compare
Choose a tag to compare
- Make a constant for EVENT_CHARACTERISTICS (#318)

2.6.13

05 Aug 03:35
a73ae3c
Compare
Choose a tag to compare
- fix: BLE controller returning None on timeout instead of raising Ac…

2.6.12

27 Jul 16:08
02d42d2
Compare
Choose a tag to compare
- Don't poll INPUT_EVENT or BUTTON_EVENT (#311)

- Ignore stale encrypted notifications (#313)

2.6.11

22 Jul 20:32
38b4eed
Compare
Choose a tag to compare
- Fix cancellation race in IP controller (#309)

- Fix some missed False checks from converting decrypt to raise an exception (#310)