From 04a5d7b480c53e2d7686eaa60124920d81a3367f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 12 Jul 2021 12:49:03 +0200 Subject: [PATCH] Fix incorrect default scan interval for Luftdaten (#18476) --- source/_integrations/luftdaten.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/luftdaten.markdown b/source/_integrations/luftdaten.markdown index efa79cb2484..9bb5bba4f01 100644 --- a/source/_integrations/luftdaten.markdown +++ b/source/_integrations/luftdaten.markdown @@ -47,7 +47,7 @@ scan_interval: description: the frequency (in seconds) between data updates. required: false type: integer - default: 1800 + default: 600 sensors: description: The sensor-related configuration options. required: false