mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
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:
parent
41ec872fc5
commit
2fe0dae747
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user