Add iCloud discovery (#50304)

Since homekit requires iCloud keychains to be enabled, if they
have a homekit hub, they must have iCloud.
pull/50343/head
J. Nick Koston 2021-05-09 04:19:26 -05:00 committed by GitHub
parent 85d782808c
commit 9cab8a19cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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"
}

View File

@ -91,6 +91,9 @@ ZEROCONF = {
"_homekit._tcp.local.": [
{
"domain": "homekit"
},
{
"domain": "icloud"
}
],
"_http._tcp.local.": [