From 779538064b2d359fb6a7e99a0639aa84c888884c Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 20 Jan 2018 19:52:29 +0000 Subject: [PATCH] Language tweak (#4478) The "only the above URL" lead to some considerable confusion where somebody thought that you couldn't use the other Parameters, not that you had to use those. --- source/_components/device_tracker.gpslogger.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/device_tracker.gpslogger.markdown b/source/_components/device_tracker.gpslogger.markdown index 994b8c2989a..909d620aae9 100644 --- a/source/_components/device_tracker.gpslogger.markdown +++ b/source/_components/device_tracker.gpslogger.markdown @@ -67,7 +67,7 @@ Add the above URL after you modified it with your settings into the **URL** fiel - It's HIGHLY recommended to use SSL/TLS. - Use the domain that Home Assistant is available on the internet or the public IP address. Can be a local IP address if you are using a VPN setup. - Only remove `[Port]` if your Home Assistant instance is using port 80. Otherwise set it to 8123. -- Click on **Parameters** in the app and you will see all available parameters for the URL. For Home Assistant only the above URL will work. +- For Home Assistant only the above URL, as written, will work - do not add or remove any parameters. - Make sure to include your [API password](/components/http/) if you have configured a password. Add `&api_password=[Your pasword]` to the end of the URL. - You can change the name of your device name by replacing `&device=%SER` with `&device=[Devicename]`.