Lazy error in modbus (#18878)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
jan iversen 2021-08-21 19:35:21 +02:00 committed by GitHub
parent 216cfe19fb
commit 15e42a5436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,6 +220,11 @@ modbus:
``` ```
{% configuration %} {% 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: name:
description: Name for the platform entity which must be unique within the platform. description: Name for the platform entity which must be unique within the platform.
required: true required: true