Better modbus scan_interval explanation (#30640)

This commit is contained in:
jan iversen 2024-01-08 10:48:07 +01:00 committed by GitHub
parent 466dca5240
commit 8bf2088268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -355,8 +355,8 @@ name:
scan_interval: scan_interval:
description: "Update interval in seconds. description: "Update interval in seconds.
scan_interval = 0 for no polling. scan_interval = 0 for no polling.
Entities are unavailable until the first scan interval is passed, Entities are read shortly after startup and then according to scan_interval.
except for entities with scan_interval = 0, which are read at startup and not updated." Remark, when restarting HA the last known value is restored."
required: false required: false
type: integer type: integer
default: 15 default: 15