Update new scan_interval default for Tesla (#11883)

This commit is contained in:
Alan Tse 2020-02-03 02:10:01 -08:00 committed by GitHub
parent 6de61ae1c9
commit 3bde495702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,8 +54,8 @@ password:
required: true required: true
type: string type: string
scan_interval: 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 required: false
type: integer type: integer
default: 300 default: 660
{% endconfiguration %} {% endconfiguration %}