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": [ "codeowners": [
"@bdraco" "@bdraco"
], ],
"zeroconf": ["_homekit._tcp.local."],
"config_flow": true "config_flow": true
} }

View File

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