From 33fa39c77ce77b60c1ea6f0586fae6b080e599a5 Mon Sep 17 00:00:00 2001 From: guillempages Date: Sat, 14 Mar 2020 23:24:29 +0100 Subject: [PATCH] Fix default tankerkoenig radius (#12361) The default value specified in the documentation did not match the implementation. --- source/_integrations/tankerkoenig.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/tankerkoenig.markdown b/source/_integrations/tankerkoenig.markdown index c12536d9448..6f77191908e 100755 --- a/source/_integrations/tankerkoenig.markdown +++ b/source/_integrations/tankerkoenig.markdown @@ -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.