mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +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",
|
||||
"requirements": ["pyicloud==0.10.2"],
|
||||
"codeowners": ["@Quentame", "@nzapponi"],
|
||||
"zeroconf": ["_homekit._tcp.local."],
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
|
@ -91,6 +91,9 @@ ZEROCONF = {
|
||||
"_homekit._tcp.local.": [
|
||||
{
|
||||
"domain": "homekit"
|
||||
},
|
||||
{
|
||||
"domain": "icloud"
|
||||
}
|
||||
],
|
||||
"_http._tcp.local.": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user