Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump HAP-python to fix pairing with iOS 16 #80301

Merged
merged 1 commit into from
Oct 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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