Bump aiohomekit to 0.2.62 (#50981)
- Discovery is now instant when a ServiceBrowser is running Changelog: https://github.com/Jc2k/aiohomekit/compare/0.2.61...0.2.62pull/50989/head
parent
7ff14b47a8
commit
e4c77fd336
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue