From fd4637b658174874be82f74390ff0a1f69d4e022 Mon Sep 17 00:00:00 2001 From: degan6 Date: Tue, 20 Feb 2024 21:54:34 -0800 Subject: [PATCH] Update steps to enable more directions --- traccar/DOCS.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/traccar/DOCS.md b/traccar/DOCS.md index 5c22702..aca95ca 100644 --- a/traccar/DOCS.md +++ b/traccar/DOCS.md @@ -105,16 +105,17 @@ By default, this add-on has disabled most of the GPS protocols. This has been done to reduce the number of open ports the add-on would create. By default, only the OsmAnd protocol (used by the Traccar Apps) and the API -are enabled. If you want more protocols, you can do so, by adding entries -to your `traccar.xml` file in the add-on configuration folder. +are enabled. If you need to enable more protocols, you can do so by creating a copy of +[`traccar.xml`](https://github.com/hassio-addons/addon-traccar/blob/main/traccar/rootfs/etc/traccar/traccar.xml) +in your Home Assistant config directory and uncommenting the protocol your device uses. + +To find out which protocol your device uses, please refer to the Traccar +website: A list if all entries can be found here: -To find out which protocol your device uses, please refer to the Traccar -website: - ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases]