From 7600f955b6d27e0a46999a2f0f5fe167e0b1df03 Mon Sep 17 00:00:00 2001 From: Rohan Kapoor Date: Sun, 10 Feb 2019 09:59:15 -0800 Subject: [PATCH] Correct device_id name for GPSLogger (#8445) * Correct device_id name for GpsLogger Fixes https://github.com/home-assistant/home-assistant/issues/20819 * Fix GPSLogger name * Tweak some wording --- source/_components/gpslogger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/gpslogger.md b/source/_components/gpslogger.md index e598245326e..b02344facc5 100644 --- a/source/_components/gpslogger.md +++ b/source/_components/gpslogger.md @@ -60,7 +60,7 @@ https://YOUR.DNS.HOSTNAME:PORT/api/webhook/WEBHOOK_ID ```text latitude=%LAT&longitude=%LON&device=%SER&accuracy=%ACC&battery=%BATT&speed=%SPD&direction=%DIR&altitude=%ALT&provider=%PROV&activity=%ACT ``` -- You can change the name of your device name by replacing `&device=%SER` with `&device=DEVICE_NAME`. +- You can change the `device_id` of your phone by replacing `&device=%SER` with `&device=SOME_DEVICE_ID`, otherwise your phone's serial number will be used. - Check that the **HTTP Headers** setting contains ```text Content-Type: application/x-www-form-urlencoded