Bump aiohomekit to 1.1.7 (#75384)
BLEDevice is now passed around instead of the address internally to avoid bleak creating a new scanner each time a client needs to resolve the address to os detailspull/75396/head
parent
4d5673013b
commit
e522b6e3b8
|
@ -3,7 +3,7 @@
|
|||
"name": "HomeKit Controller",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
|
||||
"requirements": ["aiohomekit==1.1.5"],
|
||||
"requirements": ["aiohomekit==1.1.7"],
|
||||
"zeroconf": ["_hap._tcp.local.", "_hap._udp.local."],
|
||||
"bluetooth": [{ "manufacturer_id": 76, "manufacturer_data_start": [6] }],
|
||||
"after_dependencies": ["zeroconf"],
|
||||
|
|
|
@ -168,7 +168,7 @@ aioguardian==2022.03.2
|
|||
aioharmony==0.2.9
|
||||
|
||||
# homeassistant.components.homekit_controller
|
||||
aiohomekit==1.1.5
|
||||
aiohomekit==1.1.7
|
||||
|
||||
# homeassistant.components.emulated_hue
|
||||
# homeassistant.components.http
|
||||
|
|
|
@ -152,7 +152,7 @@ aioguardian==2022.03.2
|
|||
aioharmony==0.2.9
|
||||
|
||||
# homeassistant.components.homekit_controller
|
||||
aiohomekit==1.1.5
|
||||
aiohomekit==1.1.7
|
||||
|
||||
# homeassistant.components.emulated_hue
|
||||
# homeassistant.components.http
|
||||
|
|
Loading…
Reference in New Issue