diff --git a/source/_components/modbus.markdown b/source/_components/modbus.markdown index 7a07e8aa244..53b1e9d6339 100644 --- a/source/_components/modbus.markdown +++ b/source/_components/modbus.markdown @@ -62,7 +62,7 @@ Configuration variables: | Service | Description | | ------- | ----------- | -| write_register | Write single register. Requires `unit`, `address` and `value` fields. | +| write_register | Write register. Requires `unit`, `address` and `value` fields. `value` can be either single value or an array | ## {% linkable_title Building on top of Modbus %}