Bump aiohomekit to 0.2.67 (fixes #51391) (#51418)

This commit is contained in:
Jc2k 2021-06-03 21:51:09 +01:00 committed by GitHub
parent b3327e1656
commit 836ce442f7
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==0.2.66"],
"requirements": ["aiohomekit==0.2.67"],
"zeroconf": ["_hap._tcp.local."],
"after_dependencies": ["zeroconf"],
"codeowners": ["@Jc2k", "@bdraco"],