mirror of
https://github.com/hassio-addons/addon-traccar.git
synced 2025-05-04 19:11:31 +00:00
📚 Small documentation improvements
This commit is contained in:
parent
6b1c0760d8
commit
8be2012bb0
2 changed files with 9 additions and 7 deletions
10
README.md
10
README.md
|
@ -27,7 +27,7 @@ Modern GPS Tracking Platform.
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
[Traccar][traccar] is modern GPS Tracking Platform, which is now available
|
[Traccar][traccar] is a modern GPS Tracking Platform, which is now available
|
||||||
as an Hass.io add-on and allows you to run your GPS Tracking software
|
as an Hass.io add-on and allows you to run your GPS Tracking software
|
||||||
without any cloud.
|
without any cloud.
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ quality brands.
|
||||||
|
|
||||||
Traccar also has native mobile apps available for Android and iOS platforms
|
Traccar also has native mobile apps available for Android and iOS platforms
|
||||||
so that you can track those as well. AND! With the Home Assistant `traccar`
|
so that you can track those as well. AND! With the Home Assistant `traccar`
|
||||||
component (introduced in 0.83) the data in Traccar will be sent back into
|
integration (introduced in 0.83) the data in Traccar will be sent back into
|
||||||
your Home Assistant instance as well.
|
your Home Assistant instance as well.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -73,7 +73,7 @@ Example add-on configuration:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note**: _This is just an example, don't copy and past it! Create your own!_
|
**Note**: _This is just an example, don't copy and paste it! Create your own!_
|
||||||
|
|
||||||
### Option: `log_level`
|
### Option: `log_level`
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@ The private key file to use for SSL.
|
||||||
|
|
||||||
## Storing data in MySQL/MariaDB
|
## Storing data in MySQL/MariaDB
|
||||||
|
|
||||||
By default, Traccar uses a database that is called H2. It is sweet, since it
|
By default, Traccar uses a database that is called H2. It is sweet since it
|
||||||
works out of the box. However, it is not considered stable for production use,
|
works out of the box. However, it is not considered stable for production use,
|
||||||
so only use it for evaluation and testing purposes.
|
so only use it for evaluation and testing purposes.
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@ Don't forget to restart the add-on after making changes.
|
||||||
|
|
||||||
## Integrating into Home Assistant
|
## Integrating into Home Assistant
|
||||||
|
|
||||||
The `traccar` component of Home Assistant makes it possible to transfer all
|
The `traccar` integration of Home Assistant makes it possible to transfer all
|
||||||
assets tracked by Traccar to appear in Home Assistant as a tracked device.
|
assets tracked by Traccar to appear in Home Assistant as a tracked device.
|
||||||
|
|
||||||
Add the following snippet to your Home Assistant `configuration.yaml` file.
|
Add the following snippet to your Home Assistant `configuration.yaml` file.
|
||||||
|
|
|
@ -14,8 +14,9 @@ Modern GPS Tracking Platform.
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
Traccar is modern GPS Tracking Platform, which is now available as an Hass.io
|
[Traccar][traccar] is a modern GPS Tracking Platform, which is now available
|
||||||
add-on and allows you to run your GPS Tracking software without any cloud.
|
as an Hass.io add-on and allows you to run your GPS Tracking software without
|
||||||
|
any cloud.
|
||||||
|
|
||||||
Traccar supports more protocols and device models than any other GPS tracking
|
Traccar supports more protocols and device models than any other GPS tracking
|
||||||
system on the market, straight from your Hass.io instance. You can select GPS
|
system on the market, straight from your Hass.io instance. You can select GPS
|
||||||
|
@ -82,3 +83,4 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[release-shield]: https://img.shields.io/badge/version-{{ version }}-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-{{ version }}-blue.svg
|
||||||
[release]: {{ repo }}/tree/{{ version }}
|
[release]: {{ repo }}/tree/{{ version }}
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-traccar/raw/master/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-traccar/raw/master/images/screenshot.png
|
||||||
|
[traccar]: https://www.traccar.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue