Update requesting_location_updates.markdown (#1826)

This commit is contained in:
rbflurry 2017-01-19 17:08:44 -05:00 committed by Fabian Affolter
parent 36d087ec8f
commit 68ec2638ac

View File

@ -23,7 +23,7 @@ automation
action: action:
service: notify.iOSApp service: notify.iOSApp
data: data:
message: "request_location_updates" message: "request_location_update"
``` ```
Assuming the device receives the notification, it will attempt to get a location update within 5 seconds and report it to Home Assistant. This is a little bit hit or miss since Apple imposes a maximum time allowed for the app to work with the notification and location updates sometimes take longer than usual due to factors such as waiting for GPS acquisition. Assuming the device receives the notification, it will attempt to get a location update within 5 seconds and report it to Home Assistant. This is a little bit hit or miss since Apple imposes a maximum time allowed for the app to work with the notification and location updates sometimes take longer than usual due to factors such as waiting for GPS acquisition.