mirror of https://github.com/home-assistant/core
11 lines
304 B
JSON
11 lines
304 B
JSON
{
|
|
"domain": "icloud",
|
|
"name": "Apple iCloud",
|
|
"codeowners": ["@Quentame", "@nzapponi"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/icloud",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["keyrings.alt", "pyicloud"],
|
|
"requirements": ["pyicloud==1.0.0"]
|
|
}
|