Remove discovery from iCloud (#50751)
parent
ecac574eb0
commit
9ee3b77135
|
@ -5,6 +5,5 @@
|
|||
"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,9 +91,6 @@ ZEROCONF = {
|
|||
"_homekit._tcp.local.": [
|
||||
{
|
||||
"domain": "homekit"
|
||||
},
|
||||
{
|
||||
"domain": "icloud"
|
||||
}
|
||||
],
|
||||
"_http._tcp.local.": [
|
||||
|
|
Loading…
Reference in New Issue