Update aiohomekit to handle homekit devices that do not send format (#38679)

This commit is contained in:
J. Nick Koston 2020-08-09 06:29:46 -05:00 committed by GitHub
parent f0487b783d
commit d659502e35
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",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
"requirements": ["aiohomekit[IP]==0.2.45"],
"requirements": ["aiohomekit[IP]==0.2.46"],
"zeroconf": ["_hap._tcp.local."],
"after_dependencies": ["zeroconf"],
"codeowners": ["@Jc2k"]