From f1e699e7a1429de61074dbc795082fd95b30b94f Mon Sep 17 00:00:00 2001 From: Alex Lauerman Date: Tue, 6 Nov 2018 12:53:50 -0600 Subject: [PATCH] Updated scan_interval documentation (#7394) Minor changes to clarity (primary addition was clarifying this was in seconds). I've read on the forums frequent teslafi polling has impacted battery, but I don't have exact statistics to support this. --- source/_components/tesla.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/tesla.markdown b/source/_components/tesla.markdown index 5c09dd4f6bf..ecff18947fb 100644 --- a/source/_components/tesla.markdown +++ b/source/_components/tesla.markdown @@ -44,7 +44,7 @@ password: required: true type: string scan_interval: - description: API polling interval. Minimal value can't be less then 300. + description: API polling interval in seconds. Minimum value can't be less than 300 (5 minutes). Very frequent polling can use battery. required: false type: integer default: 300