mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00
Add iCloud discovery (#50304)
Since homekit requires iCloud keychains to be enabled, if they have a homekit hub, they must have iCloud.
This commit is contained in:
parent
85d782808c
commit
9cab8a19cd
@ -5,5 +5,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/icloud",
|
"documentation": "https://www.home-assistant.io/integrations/icloud",
|
||||||
"requirements": ["pyicloud==0.10.2"],
|
"requirements": ["pyicloud==0.10.2"],
|
||||||
"codeowners": ["@Quentame", "@nzapponi"],
|
"codeowners": ["@Quentame", "@nzapponi"],
|
||||||
|
"zeroconf": ["_homekit._tcp.local."],
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
}
|
}
|
||||||
|
@ -91,6 +91,9 @@ ZEROCONF = {
|
|||||||
"_homekit._tcp.local.": [
|
"_homekit._tcp.local.": [
|
||||||
{
|
{
|
||||||
"domain": "homekit"
|
"domain": "homekit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "icloud"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_http._tcp.local.": [
|
"_http._tcp.local.": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user