Fix default tankerkoenig radius (#12361)

The default value specified in the documentation did not match the implementation.
This commit is contained in:
guillempages 2020-03-14 23:24:29 +01:00 committed by Franck Nijhof
parent be29731306
commit f43ae5c455
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -55,7 +55,7 @@ longitude:
radius:
description: The radius in km. in which to search for gas stations. Cannot be less than 1.
required: false
default: 5
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.