Bump aiohomekit to 0.4.1 (#52472)

- Fixes mdns queries being sent with the original case received on the wire
  Some responders were case sensitive and needed the original case sent

- Reduces mdns traffic
This commit is contained in:
J. Nick Koston 2021-07-03 10:01:41 -05:00 committed by GitHub
parent 0cb61b628d
commit f52d838b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"name": "HomeKit Controller", "name": "HomeKit Controller",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/homekit_controller", "documentation": "https://www.home-assistant.io/integrations/homekit_controller",
"requirements": ["aiohomekit==0.4.0"], "requirements": ["aiohomekit==0.4.1"],
"zeroconf": ["_hap._tcp.local."], "zeroconf": ["_hap._tcp.local."],
"after_dependencies": ["zeroconf"], "after_dependencies": ["zeroconf"],
"codeowners": ["@Jc2k", "@bdraco"], "codeowners": ["@Jc2k", "@bdraco"],

View File

@ -175,7 +175,7 @@ aioguardian==1.0.4
aioharmony==0.2.7 aioharmony==0.2.7
# homeassistant.components.homekit_controller # homeassistant.components.homekit_controller
aiohomekit==0.4.0 aiohomekit==0.4.1
# homeassistant.components.emulated_hue # homeassistant.components.emulated_hue
# homeassistant.components.http # homeassistant.components.http

View File

@ -112,7 +112,7 @@ aioguardian==1.0.4
aioharmony==0.2.7 aioharmony==0.2.7
# homeassistant.components.homekit_controller # homeassistant.components.homekit_controller
aiohomekit==0.4.0 aiohomekit==0.4.1
# homeassistant.components.emulated_hue # homeassistant.components.emulated_hue
# homeassistant.components.http # homeassistant.components.http