From 842c15b7afddcb65eeb890eab49cde0007d65458 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Wed, 16 Aug 2023 18:28:14 +0200 Subject: [PATCH] Correct modbus description. (#28603) --- 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 70a94fb415d..b7c99c88924 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -379,7 +379,7 @@ binary_sensors: required: false type: string slave_count: - description: Generates x-1 slave binary sensors, allowing read of multiple coils with a single read messsage. + description: Generates x+1 binary sensors (master + slaves), allowing read of multiple coils with a single read messsage. required: false type: integer @@ -1026,7 +1026,7 @@ sensors: required: false type: string slave_count: - description: Generates x-1 slave sensors, allowing read of multiple registers with a single read messsage. + description: Generates x+1 sensors (master + slaves), allowing read of multiple registers with a single read messsage. required: false type: integer {% endconfiguration %}