From 8bf2088268555619826bddf3c8a79be65ad91cc7 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Mon, 8 Jan 2024 10:48:07 +0100 Subject: [PATCH] Better modbus scan_interval explanation (#30640) --- source/_integrations/modbus.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 3c4355584aa..ecbd346ff6f 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -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