mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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": [
|
"codeowners": [
|
||||||
"@bdraco"
|
"@bdraco"
|
||||||
],
|
],
|
||||||
|
"zeroconf": ["_homekit._tcp.local."],
|
||||||
"config_flow": true
|
"config_flow": true
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user