Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device tracker GpsLogger : Change the device name #3606

Merged
merged 1 commit into from
Oct 14, 2017

Conversation

boced66
Copy link
Contributor

@boced66 boced66 commented Oct 13, 2017

Explain how to change the device name in the URL

Description:

Pull request in home-assistant (if applicable): home-assistant/home-assistant#

Explain how to change the device name in the URL
@@ -43,6 +45,7 @@ Set the URL under "General Options -> Logging details":
http://<ha_server>/api/gpslogger?latitude=%LAT&longitude=%LON&device=%SER&accuracy=%ACC&battery=%BATT&speed=%SPD&direction=%DIR&altitude=%ALT&provider=%PROV&activity=%ACT
```
(be sure you include API password (`&api_password=<password>`) if needed, or you can also use HTTP Basic authentication `http://<username>:<password>@<ha_server>/api/gpslogger...`)
(You can change your device name by editing "%SER" in this URL (e.g.: &device=user_devicename))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks wired as it's the same as a couple of lines up.

Copy link
Member

@fabaff fabaff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will merged it. The whole process could use an update.

@fabaff fabaff added Enhancement Hacktoberfest An PR on this issue (or the PR itself) is eligible towards Hacktoberfest! labels Oct 14, 2017
@fabaff fabaff merged commit b4a92c1 into home-assistant:current Oct 14, 2017
fabaff pushed a commit that referenced this pull request Oct 21, 2017
Explain how to change the device name in the URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest An PR on this issue (or the PR itself) is eligible towards Hacktoberfest!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants