[add] details how StarLine integration works (#31107)

* [add] details how integration works

Detailed information about API calls and data retrieved.

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Ramil Valitov 2024-02-02 11:16:05 +03:00 committed by GitHub
parent 28b911bce4
commit 6b26301fcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,7 @@ Create a new application in the [StarLine developer profile](https://my.starline
<div class='note'>
The integration makes API calls to StarLine servers to retrieve data. It gets only the latest set of values that are valid for the moment of the API call. This means that the integration does not retrieve or store values, StarLine events, or parameters between the API calls.
You can make up to 1000 API calls per day, which means you could make one approximately every 86 seconds.
By default, the state of integration will be updated every 3 minutes and OBD information will be updated every 3 hours, making 488 calls per day.
It is not recommended to set an update interval of less than 90 seconds.