mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Remove discovery from iCloud (#50751)
This commit is contained in:
parent
ecac574eb0
commit
9ee3b77135
@ -5,6 +5,5 @@
|
|||||||
"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,9 +91,6 @@ 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