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 GitHub
parent 3cab6ddfd7
commit 33fa39c77c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,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.