From 15e42a5436adcf6d0e044299024ceb92bcdec5f6 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Sat, 21 Aug 2021 19:35:21 +0200 Subject: [PATCH] Lazy error in modbus (#18878) Co-authored-by: Franck Nijhof --- source/_integrations/modbus.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 5e980125ff0..1625369e733 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -220,6 +220,11 @@ modbus: ``` {% configuration %} +lazy_error_count: + description: Number of messages with error received before setting entity to unavailable. This parameter can be used to prevent spontaneous errors to ruin statistic graphs. + required: false + type: integer + default: 0 name: description: Name for the platform entity which must be unique within the platform. required: true