From 41f7498f285d2228bfb28ff7512d46a9878c900a Mon Sep 17 00:00:00 2001 From: jan iversen Date: Sat, 10 Apr 2021 12:41:06 +0200 Subject: [PATCH] Modbus typo: register -> address (#17375) Solve copy/paste error. --- 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 5d9e7f06b9e..c46d89265ff 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -519,7 +519,7 @@ modbus: - name: Sensor2 unit_of_measurement: mg slave: 1 - register: 110 + address: 110 count: 2 - name: Sensor3 unit_of_measurement: °C