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
This commit is contained in:
Rohan Kapoor 2019-02-10 09:59:15 -08:00 committed by GitHub
parent 546ed70b32
commit 7600f955b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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