Bump to aiohomekit 0.7.15 (#67470)

This commit is contained in:
Jc2k 2022-03-02 12:58:39 +00:00 committed by GitHub
parent 063872a0c0
commit 2ff1101a15
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.7.14"],
"requirements": ["aiohomekit==0.7.15"],
"zeroconf": ["_hap._tcp.local."],
"after_dependencies": ["zeroconf"],
"codeowners": ["@Jc2k", "@bdraco"],