From 399283c63dd21a7aafbb7db9398eed44b81e9afc Mon Sep 17 00:00:00 2001 From: jan iversen Date: Wed, 28 Jul 2021 11:43:55 +0200 Subject: [PATCH] Update modbus description of scan interval (breaking change) (#18544) --- source/_integrations/modbus.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 78f4c4a03d6..23577fcdae1 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -219,7 +219,7 @@ name: required: true type: string scan_interval: - description: Defines the update interval of the entity in seconds. + description: Defines the update interval of the entity in seconds, if scan_interval = 0 polling is stopped. Entities are unavailable until the first response is received, except for entities with scan_interval = 0, these entities are available from startup. required: false type: integer default: 10