From 2fe0dae747a6d3dd00a5454aca00a3a44106232c Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Mon, 6 May 2019 23:21:41 -0700 Subject: [PATCH] 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 "". 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. --- source/_components/owntracks.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/owntracks.markdown b/source/_components/owntracks.markdown index b48c1116893..68854e11e4e 100644 --- a/source/_components/owntracks.markdown +++ b/source/_components/owntracks.markdown @@ -44,12 +44,12 @@ In the OwnTracks app, open sidebar and click on preferences, then on connection. - Mode: Private HTTP - Host: `` - Identification: - - Username: + - Username: `` - Password: Can be left blank. - - Device ID: ` - - Tracker ID: Two character tracker ID. (can be left blank) + - Device ID: `` + - Tracker ID: `` Two character tracker ID. (can be left blank) -Your tracker device will be known in home assistant as _. 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 `_`. If you entered a Tracker ID the tid attribute will be set to that ID. ### {% linkable_title Configuring the app - iOS %}