From 55f94cfd09f361528a91c8763b1e4b777fbee1ae Mon Sep 17 00:00:00 2001 From: jan iversen Date: Tue, 1 Mar 2022 20:27:49 +0100 Subject: [PATCH] Document slave sensors. (#21842) --- source/_integrations/modbus.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 3366ba9490d..6d0d588c632 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -919,6 +919,10 @@ 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 sensors, allowing read of multiple registers with a single read messsage. + required: false + type: integer {% endconfiguration %}