From c9109627c9620c399abb933455f5f896b56a90a3 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Wed, 28 Apr 2021 21:30:18 +0200 Subject: [PATCH] Correct faulty description of binary_sensor in modbus. (#17633) --- 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 681e5ffabdf..7c1136e2566 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -171,9 +171,9 @@ binary_sensors: required: false type: string input_type: - description: type of adddress (holding/discrete/coil) + description: type of adddress (discrete/coil) required: false - default: holding + default: coil type: string name: description: Name for this binary_sensor. Must be unique.