📚 Update add-on documentation on enabling protocols

This commit is contained in:
Franck Nijhof 2020-03-01 17:41:33 +01:00
parent 4eabb944df
commit ec149b880a
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -122,6 +122,22 @@ device_tracker:
Restart Home Assistant.
## Enabling more protocols
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 `/config/traccar.xml` file.
A list if all entries can be found here:
<https://github.com/hassio-addons/addon-traccar/blob/master/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
This repository keeps a change log using [GitHub's releases][releases]