From ed1bc7659fab87e08697294098a67a259906b8a7 Mon Sep 17 00:00:00 2001 From: Michal Lower Date: Thu, 10 Oct 2019 15:29:44 +0200 Subject: [PATCH] Document new 'register_type' parameter for modbus binary sensor --- source/_integrations/binary_sensor.modbus.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/binary_sensor.modbus.markdown b/source/_integrations/binary_sensor.modbus.markdown index 042a2c8355f4..5d78826f287b 100644 --- a/source/_integrations/binary_sensor.modbus.markdown +++ b/source/_integrations/binary_sensor.modbus.markdown @@ -52,6 +52,10 @@ coils: description: Coil number. required: true type: integer + register_type: + description: Modbus register type (coil, discrete_input), default coil. + required: false + type: string {% endconfiguration %} It's possible to change the default 30 seconds scan interval for the sensor updates as shown in the [Platform options](/docs/configuration/platform_options/#scan-interval) documentation.