mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Remove deprecated parameter "lazy_error_count". (#30153)
This commit is contained in:
parent
3388eddb75
commit
f5733737a4
@ -357,13 +357,6 @@ address:
|
|||||||
description: "Address of coil/register."
|
description: "Address of coil/register."
|
||||||
required: true
|
required: true
|
||||||
type: integer
|
type: integer
|
||||||
lazy_error_count:
|
|
||||||
description: "Number of errors before entity becomes unavailable.
|
|
||||||
Is used to prevent spontaneous errors affecting statistic graphs.
|
|
||||||
A succesfull request resets the error count."
|
|
||||||
required: false
|
|
||||||
type: integer
|
|
||||||
default: 0
|
|
||||||
name:
|
name:
|
||||||
description: "Name of the entity which must be unique within the entity type."
|
description: "Name of the entity which must be unique within the entity type."
|
||||||
required: true
|
required: true
|
||||||
@ -508,7 +501,6 @@ modbus:
|
|||||||
address: 100
|
address: 100
|
||||||
device_class: door
|
device_class: door
|
||||||
input_type: coil
|
input_type: coil
|
||||||
lazy_error_count: 0
|
|
||||||
scan_interval: 15
|
scan_interval: 15
|
||||||
slave: 1
|
slave: 1
|
||||||
slave_count: 0
|
slave_count: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user