Minor code formatting fixes in Owntracks document (#9397)

This fixes a bug with the code formatting in a few places of the owntracks document. Several times, example values are in the document using the format "<text>". I believe that markdown is treating these as HTML tags, when really they are not. As a result, some of the text inside of these tags are not displayed.

This problem can be seen here: https://www.home-assistant.io/components/owntracks/#configuring-the-app---android

Several of these issues have been fixed by using markdown code formatting around the example values.
This commit is contained in:
Chris Johnston 2019-05-06 23:21:41 -07:00 committed by Fabian Affolter
parent 41ec872fc5
commit 2fe0dae747

View File

@ -44,12 +44,12 @@ In the OwnTracks app, open sidebar and click on preferences, then on connection.
- Mode: Private HTTP
- Host: `<url given to you when setting up the integration above>`
- Identification:
- Username:<Username>
- Username: `<Username>`
- Password: Can be left blank.
- Device ID: `<Device name>
- Tracker ID: <xx> Two character tracker ID. (can be left blank)
- Device ID: `<Device name>`
- Tracker ID: `<xx>` Two character tracker ID. (can be left blank)
Your tracker device will be known in home assistant as <Username>_<Device name>. If you entered a Tracker ID the tid attribute will be set to that ID.
Your tracker device will be known in home assistant as `<Username>_<Device name>`. If you entered a Tracker ID the tid attribute will be set to that ID.
### {% linkable_title Configuring the app - iOS %}