mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Clarified that scan_interval uses seconds (#12459)
The previously given default value of "30" could lead to the assumption that scan_interval was meassured in minutes and not seconds, which would block the users API Key very fast as the API would be polled twice a minute.
This commit is contained in:
parent
976a230094
commit
7c180e1893
@ -60,9 +60,9 @@ radius:
|
||||
default: 2
|
||||
type: integer
|
||||
scan_interval:
|
||||
description: The time interval to poll the server for new data. You should not put values lower than 5 minutes here; otherwise you risk your API key being blocked.
|
||||
description: The time interval in seconds to poll the server for new data. You should not put values lower than 5 minutes here; otherwise you risk your API key being blocked.
|
||||
required: false
|
||||
default: 0:30
|
||||
default: 1800 (30min)
|
||||
type: time
|
||||
stations:
|
||||
description: List of additional fuel stations to create entities for.
|
||||
|
Loading…
x
Reference in New Issue
Block a user