Skip to content

Commit

Permalink
Bump HAP-python to fix pairing with iOS 16 (home-assistant#80301)
Browse files Browse the repository at this point in the history
Using the ha- fork until upstream can pickup and merge
pending PRs. The plan is to revert back to upstream
HAP-python when its back in sync

Fixes home-assistant#79305 Fixes home-assistant#79304
  • Loading branch information
bdraco authored Oct 14, 2022
1 parent 2e261d5 commit d327355
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/homekit/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "HomeKit",
"documentation": "https://www.home-assistant.io/integrations/homekit",
"requirements": [
"HAP-python==4.5.0",
"ha-HAP-python==4.5.2",
"fnvhash==0.1.0",
"PyQRCode==1.2.1",
"base36==0.1.1"
Expand Down
6 changes: 3 additions & 3 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ AIOAladdinConnect==0.1.46
# homeassistant.components.adax
Adax-local==0.1.4

# homeassistant.components.homekit
HAP-python==4.5.0

# homeassistant.components.mastodon
Mastodon.py==1.5.1

Expand Down Expand Up @@ -821,6 +818,9 @@ gstreamer-player==1.1.2
# homeassistant.components.profiler
guppy3==3.1.2

# homeassistant.components.homekit
ha-HAP-python==4.5.2

# homeassistant.components.generic
# homeassistant.components.stream
ha-av==10.0.0b5
Expand Down
6 changes: 3 additions & 3 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ AIOAladdinConnect==0.1.46
# homeassistant.components.adax
Adax-local==0.1.4

# homeassistant.components.homekit
HAP-python==4.5.0

# homeassistant.components.flick_electric
PyFlick==0.0.2

Expand Down Expand Up @@ -613,6 +610,9 @@ gspread==5.5.0
# homeassistant.components.profiler
guppy3==3.1.2

# homeassistant.components.homekit
ha-HAP-python==4.5.2

# homeassistant.components.generic
# homeassistant.components.stream
ha-av==10.0.0b5
Expand Down

0 comments on commit d327355

Please sign in to comment.