From 3f9ba0fd3a1044fff11b5cded93eb755a2ac79c9 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Mon, 28 Feb 2022 09:40:44 +0100 Subject: [PATCH] Virtual count to modbus binary sensor (#20343) --- source/_integrations/modbus.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 4823c1a616c..88e1f002431 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -370,6 +370,11 @@ binary_sensors: description: An ID that uniquely identifies this sensor. If two sensors have the same unique ID, Home Assistant will raise an exception. required: false type: string + slave_count: + description: Generates x-1 slave binary sensors, allowing read of multiple coils with a single read messsage. + required: false + type: integer + {% endconfiguration %} ## Configuring platform climate