Improving icloud device tracker#5240
Merged
Merged
Conversation
Updating documentation for new pull request to main HA codebase: "Improving icloud device tracker"
8 tasks
8 tasks
Contributor
Author
|
Anyone can take a look at this? |
arsaboo
reviewed
Apr 26, 2018
|
|
||
| 4 services are available for this component: | ||
| - **icloud_update**: This service can be used to ask for an update of a certain iDevice. The `account_name` and `device_name` are optional. | ||
| - **icloud_update**: This service can be used to ask for an update of a certain iDevice. The `account_name` and `device_name` are optional. Request will result in new Home Assistant event describing current iphone location. Can be used in automations when manual location update is needed, e.g. to check if anyone is home when door's been opened. |
Contributor
There was a problem hiding this comment.
Can you indicate what event is fired?
Contributor
Author
There was a problem hiding this comment.
Updated with link to state_changed event.
arsaboo
reviewed
Apr 26, 2018
| - **username** (*Required*): The username for the iCloud account. | ||
| - **password** (*Required*): The password for your given username. | ||
| - **account_name** (*Optional*): The friendly name for the account_name. If this isn't given, it will use the account_name of the username (so the part before the `@` in the email address). | ||
| - **max_interval** (*Optional*): Maximum interval in minutes between subsequent location checks. This tracker uses dynamic intervals for requesting location updates. When iphone is stationary, interval will eventually be set to `max_interval`. This saves battery. E.g. setting it to 10 means that when you start moving after being stationary, maximum 10 min will pass until your location starts updating. Default is 30 min. Very minimum value is 1 min. |
Contributor
There was a problem hiding this comment.
Can you simplify what does For example, setting it to 10 means that when you start moving after being stationary, maximum 10 min will pass until your location starts updating. mean? I am guessing, if the phone is stationary, it updates every 10 minutes. What about when the phone is not stationary?
Contributor
Author
There was a problem hiding this comment.
Rephrased a bit. Let me know if it still sounds confusing.
Oro
pushed a commit
to Oro/home-assistant.github.io
that referenced
this pull request
May 20, 2018
* Improving icloud device tracker Updating documentation for new pull request to main HA codebase: "Improving icloud device tracker" * Update device_tracker.icloud.markdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating documentation for new pull request to main HA codebase: "Improving icloud device tracker"
Description:
Pull request in home-assistant (if applicable): home-assistant/core#14078
Checklist:
current. New documentation for platforms/components and features should go tonext.