mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Fetch iCloud family devices only when wanted (#12325)
This commit is contained in:
parent
5cb22fba0c
commit
ec6fe7b8b9
@ -56,6 +56,11 @@ password:
|
|||||||
description: Your iCloud account password.
|
description: Your iCloud account password.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
with_family:
|
||||||
|
description: If you want to fetch your family devices.
|
||||||
|
required: false
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
max_interval:
|
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.
|
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
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user