From ec6fe7b8b9c0f0ed4f0f6e62ccff55f3b25f1f89 Mon Sep 17 00:00:00 2001 From: Quentame Date: Wed, 11 Mar 2020 20:51:39 +0100 Subject: [PATCH] Fetch iCloud family devices only when wanted (#12325) --- source/_integrations/icloud.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/icloud.markdown b/source/_integrations/icloud.markdown index 538211d62ba..0893565f23c 100644 --- a/source/_integrations/icloud.markdown +++ b/source/_integrations/icloud.markdown @@ -56,6 +56,11 @@ password: description: Your iCloud account password. required: true type: string +with_family: + description: If you want to fetch your family devices. + required: false + default: false + type: boolean max_interval: description: Maximum interval in minutes between subsequent location updates. This tracker uses dynamic intervals for requesting location updates. When the iPhone is stationary, the interval will eventually be set to `max_interval` to save battery. When the iPhone starts moving again, the interval will be dynamically updated to 1 min. Note that updating interval to 1 min might be delayed by maximum `max_interval` minutes. Minimum value is 1 min. required: false