From b32caa6de77e931bd75f1594b0cc832cea04d7fe Mon Sep 17 00:00:00 2001 From: jan iversen Date: Sat, 10 Apr 2021 13:08:52 +0200 Subject: [PATCH] Corrected possible input_types for switch. (#17376) --- source/_integrations/modbus.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index c46d89265ff..93a1348bade 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -679,7 +679,7 @@ switches: required: true type: integer input_type: - description: type of adddress (holding/discrete/coil) + description: type of adddress (holding/input/coil) required: false default: holding type: integer