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.
This commit is contained in:
Alex Lauerman 2018-11-06 12:53:50 -06:00 committed by Fabian Affolter
parent 2675eea276
commit f1e699e7a1

View File

@ -44,7 +44,7 @@ password:
required: true required: true
type: string type: string
scan_interval: 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 required: false
type: integer type: integer
default: 300 default: 300