From e522b6e3b898767a383f3918cf9afc4518fe810d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" <nick@koston.org> Date: Mon, 18 Jul 2022 01:36:01 -0500 Subject: [PATCH] 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 details --- homeassistant/components/homekit_controller/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/homekit_controller/manifest.json b/homeassistant/components/homekit_controller/manifest.json index 29268f3b6e9..192a5cb701a 100644 --- a/homeassistant/components/homekit_controller/manifest.json +++ b/homeassistant/components/homekit_controller/manifest.json @@ -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"], diff --git a/requirements_all.txt b/requirements_all.txt index a8d87c8a557..1f549530318 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ebfaabd16c3..ba7307a7cc3 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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 -- GitLab