mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
2675eea276
commit
f1e699e7a1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user