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:
parent
fb31b04c08
commit
047dc19351
2 changed files with 4 additions and 0 deletions
|
@ -20,5 +20,6 @@
|
|||
"codeowners": [
|
||||
"@bdraco"
|
||||
],
|
||||
"zeroconf": ["_homekit._tcp.local."],
|
||||
"config_flow": true
|
||||
}
|
||||
|
|
|
@ -37,6 +37,9 @@ ZEROCONF = {
|
|||
"_hap._tcp.local.": [
|
||||
"homekit_controller"
|
||||
],
|
||||
"_homekit._tcp.local.": [
|
||||
"homekit"
|
||||
],
|
||||
"_http._tcp.local.": [
|
||||
"shelly"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue