From d0ea2f6772567ced1662fd1ec070f9dfccd183a4 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 22 May 2021 12:19:09 -1000 Subject: [PATCH] Bump aiohomekit to 0.2.62 - Discovery is now instant when a ServiceBrowser is running Changelog: https://github.com/Jc2k/aiohomekit/compare/0.2.61...0.2.62 --- CODEOWNERS | 2 +- homeassistant/components/homekit_controller/manifest.json | 4 ++-- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 8049fec94b0bb..62518a59f15ba 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -206,7 +206,7 @@ homeassistant/components/home_connect/* @DavidMStraub homeassistant/components/home_plus_control/* @chemaaa homeassistant/components/homeassistant/* @home-assistant/core homeassistant/components/homekit/* @bdraco -homeassistant/components/homekit_controller/* @Jc2k +homeassistant/components/homekit_controller/* @Jc2k @bdraco homeassistant/components/homematic/* @pvizeli @danielperna84 homeassistant/components/http/* @home-assistant/core homeassistant/components/huawei_lte/* @scop @fphammerle diff --git a/homeassistant/components/homekit_controller/manifest.json b/homeassistant/components/homekit_controller/manifest.json index cb248fcaa5f07..1bfa39fab8044 100644 --- a/homeassistant/components/homekit_controller/manifest.json +++ b/homeassistant/components/homekit_controller/manifest.json @@ -3,9 +3,9 @@ "name": "HomeKit Controller", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/homekit_controller", - "requirements": ["aiohomekit==0.2.61"], + "requirements": ["aiohomekit==0.2.62"], "zeroconf": ["_hap._tcp.local."], "after_dependencies": ["zeroconf"], - "codeowners": ["@Jc2k"], + "codeowners": ["@Jc2k", "@bdraco"], "iot_class": "local_push" } diff --git a/requirements_all.txt b/requirements_all.txt index 18365ca14cb63..f05092ce918b3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -175,7 +175,7 @@ aioguardian==1.0.4 aioharmony==0.2.7 # homeassistant.components.homekit_controller -aiohomekit==0.2.61 +aiohomekit==0.2.62 # homeassistant.components.emulated_hue # homeassistant.components.http diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e90799028e898..e19eaac7d3dd2 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -112,7 +112,7 @@ aioguardian==1.0.4 aioharmony==0.2.7 # homeassistant.components.homekit_controller -aiohomekit==0.2.61 +aiohomekit==0.2.62 # homeassistant.components.emulated_hue # homeassistant.components.http