From 68ec2638ac0c7a5ccd20d2907137ebe11bcb01f4 Mon Sep 17 00:00:00 2001 From: rbflurry Date: Thu, 19 Jan 2017 17:08:44 -0500 Subject: [PATCH] Update requesting_location_updates.markdown (#1826) --- .../ios/notifications/requesting_location_updates.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_ecosystem/ios/notifications/requesting_location_updates.markdown b/source/_ecosystem/ios/notifications/requesting_location_updates.markdown index 97b237ceb12..f02f63f30e3 100644 --- a/source/_ecosystem/ios/notifications/requesting_location_updates.markdown +++ b/source/_ecosystem/ios/notifications/requesting_location_updates.markdown @@ -23,7 +23,7 @@ automation action: service: notify.iOSApp 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.