Update requesting_location_updates.markdown (#1826)
This commit is contained in:
parent
36d087ec8f
commit
68ec2638ac
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue