Add zeroconf discovery to homekit (#39907)

Ensures HomeKit Bridge is offered for onboarding if
homekit is detected on the network.
This commit is contained in:
J. Nick Koston 2020-09-10 13:44:11 -05:00 committed by GitHub
parent fb31b04c08
commit 047dc19351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -20,5 +20,6 @@
"codeowners": [
"@bdraco"
],
"zeroconf": ["_homekit._tcp.local."],
"config_flow": true
}

View file

@ -37,6 +37,9 @@ ZEROCONF = {
"_hap._tcp.local.": [
"homekit_controller"
],
"_homekit._tcp.local.": [
"homekit"
],
"_http._tcp.local.": [
"shelly"
],