Skip to content

Commit 15e42a5

Browse files
janiversenfrenck
andauthored
Lazy error in modbus (home-assistant#18878)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
1 parent 216cfe1 commit 15e42a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/_integrations/modbus.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,11 @@ modbus:
220220
```
221221

222222
{% configuration %}
223+
lazy_error_count:
224+
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.
225+
required: false
226+
type: integer
227+
default: 0
223228
name:
224229
description: Name for the platform entity which must be unique within the platform.
225230
required: true

0 commit comments

Comments
 (0)