From f5733737a45aef061729ba700fd5d2408e8b9a0d Mon Sep 17 00:00:00 2001 From: jan iversen Date: Wed, 6 Dec 2023 09:34:48 +0100 Subject: [PATCH] Remove deprecated parameter "lazy_error_count". (#30153) --- source/_integrations/modbus.markdown | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 515ee5c3828..d9e038519bc 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -357,13 +357,6 @@ address: description: "Address of coil/register." required: true 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: description: "Name of the entity which must be unique within the entity type." required: true @@ -508,7 +501,6 @@ modbus: address: 100 device_class: door input_type: coil - lazy_error_count: 0 scan_interval: 15 slave: 1 slave_count: 0