mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Bump HAP-python to fix pairing with iOS 16 (#80301)
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 #79305 Fixes #79304
This commit is contained in:
parent
2e261d5dc2
commit
d327355afc
@ -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"
|
||||
|
@ -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
|
||||
|
||||
@ -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
|
||||
|
@ -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
|
||||
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user