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