From 7c180e18936f5cc9770726f1af3fa3077b506c6e Mon Sep 17 00:00:00 2001 From: Vedeneb <39202639+Vedeneb@users.noreply.github.com> Date: Fri, 20 Mar 2020 21:28:45 +0100 Subject: [PATCH] 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. --- source/_integrations/tankerkoenig.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/tankerkoenig.markdown b/source/_integrations/tankerkoenig.markdown index f948ca9d403..13404d92581 100755 --- a/source/_integrations/tankerkoenig.markdown +++ b/source/_integrations/tankerkoenig.markdown @@ -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.