Update steps to enable more directions

This commit is contained in:
degan6 2024-02-20 21:54:34 -08:00 committed by GitHub
parent 16547f8ebe
commit fd4637b658
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. 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 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 are enabled. If you need to enable more protocols, you can do so by creating a copy of
to your `traccar.xml` file in the add-on configuration folder. [`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: <https://www.traccar.org/devices/>
A list if all entries can be found here: A list if all entries can be found here:
<https://github.com/hassio-addons/addon-traccar/blob/main/traccar/rootfs/etc/traccar/traccar.xml#L22> <https://github.com/hassio-addons/addon-traccar/blob/main/traccar/rootfs/etc/traccar/traccar.xml#L22>
To find out which protocol your device uses, please refer to the Traccar
website: <https://www.traccar.org/devices/>
## Changelog & Releases ## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases] This repository keeps a change log using [GitHub's releases][releases]