mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Better modbus scan_interval explanation (#30640)
This commit is contained in:
parent
466dca5240
commit
8bf2088268
@ -355,8 +355,8 @@ name:
|
||||
scan_interval:
|
||||
description: "Update interval in seconds.
|
||||
scan_interval = 0 for no polling.
|
||||
Entities are unavailable until the first scan interval is passed,
|
||||
except for entities with scan_interval = 0, which are read at startup and not updated."
|
||||
Entities are read shortly after startup and then according to scan_interval.
|
||||
Remark, when restarting HA the last known value is restored."
|
||||
required: false
|
||||
type: integer
|
||||
default: 15
|
||||
|
Loading…
x
Reference in New Issue
Block a user