From b0880426ef8825c72a20eb12b2f1e5dd1f7223f3 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Wed, 28 Jul 2021 12:51:35 +0200 Subject: [PATCH] Update description of modbus count (it can now be calculated). (#18534) Co-authored-by: Franck Nijhof --- source/_integrations/modbus.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 23577fcdae1..4f3c1093da6 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -368,7 +368,7 @@ climates: description: Number of registers to read. required: false type: integer - default: 2 + default: 1 or calculated if data_type is not `struct`. input_type: description: Modbus register type (`holding`, `input`) for current temperature. required: false @@ -814,7 +814,7 @@ sensors: description: Number of registers to read. required: false type: integer - default: 1 + default: 1 or calculated if data_type is not `struct`. device_class: description: The [type/class](/integrations/sensor/#device-class) of the sensor to set the icon in the frontend. required: false