From 3bde495702dcb7bfed49824e33c3c26a912a0808 Mon Sep 17 00:00:00 2001 From: Alan Tse Date: Mon, 3 Feb 2020 02:10:01 -0800 Subject: [PATCH] Update new scan_interval default for Tesla (#11883) --- source/_integrations/tesla.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/tesla.markdown b/source/_integrations/tesla.markdown index 22bb62acf11..ae1d96c8b80 100644 --- a/source/_integrations/tesla.markdown +++ b/source/_integrations/tesla.markdown @@ -54,8 +54,8 @@ password: required: true type: string scan_interval: - description: API polling interval in seconds. Minimum value can't be less than 300 (5 minutes). Very frequent polling can use battery. + description: API polling interval in seconds. Minimum value can't be less than 60 (1 minute). Very frequent polling can use battery. required: false type: integer - default: 300 + default: 660 {% endconfiguration %}