mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Lazy error in modbus (#18878)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
216cfe19fb
commit
15e42a5436
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user