1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/icloud/manifest.json
2021-05-17 12:14:54 +02:00

10 lines
262 B
JSON

{
"domain": "icloud",
"name": "Apple iCloud",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/icloud",
"requirements": ["pyicloud==0.10.2"],
"codeowners": ["@Quentame", "@nzapponi"],
"iot_class": "cloud_polling"
}