Clarified that scan_interval uses seconds (#12459)

The previously given default value of "30" could lead to the assumption that scan_interval was meassured in minutes and not seconds, which would block the users API Key very fast as the API would be polled twice a minute.
This commit is contained in:
Vedeneb 2020-03-20 21:28:45 +01:00 committed by GitHub
parent 976a230094
commit 7c180e1893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,9 +60,9 @@ radius:
default: 2
type: integer
scan_interval:
description: The time interval to poll the server for new data. You should not put values lower than 5 minutes here; otherwise you risk your API key being blocked.
description: The time interval in seconds to poll the server for new data. You should not put values lower than 5 minutes here; otherwise you risk your API key being blocked.
required: false
default: 0:30
default: 1800 (30min)
type: time
stations:
description: List of additional fuel stations to create entities for.