mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
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
@ -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…
x
Reference in New Issue
Block a user