mirror of
https://github.com/hassio-addons/addon-traccar.git
synced 2025-05-04 19:11:31 +00:00
📚 Small documentation improvements (#31)
* 📚 Small documentation improvements * 📚 Component > Integration
This commit is contained in:
parent
c6e9b6ecb0
commit
0177d0e895
2 changed files with 9 additions and 8 deletions
10
README.md
10
README.md
|
@ -27,7 +27,7 @@ Modern GPS Tracking Platform.
|
|||
|
||||
## 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
|
||||
without any cloud.
|
||||
|
||||
|
@ -38,7 +38,7 @@ quality brands.
|
|||
|
||||
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`
|
||||
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.
|
||||
|
||||
## 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`
|
||||
|
||||
|
@ -112,7 +112,7 @@ The private key file to use for SSL.
|
|||
|
||||
## 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,
|
||||
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
|
||||
|
||||
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.
|
||||
|
||||
Add the following snippet to your Home Assistant `configuration.yaml` file.
|
||||
|
|
|
@ -14,8 +14,9 @@ Modern GPS Tracking Platform.
|
|||
|
||||
## About
|
||||
|
||||
[Traccar][traccar] is modern GPS Tracking Platform, which is now available as an Hass.io
|
||||
add-on and allows you to run your GPS Tracking software without any cloud.
|
||||
[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 without
|
||||
any cloud.
|
||||
|
||||
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
|
||||
|
@ -24,7 +25,7 @@ quality brands.
|
|||
|
||||
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`
|
||||
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.
|
||||
|
||||
[Click here for the full documentation][docs]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue