modbus: add missing kwargs to configure serial line
The controllers/temperature/eurotherm2000.py
expects to be able to provide serial line kwargs to the Modbus_RTU constructor which in turn is supposed to forward them to its own serial line creation.
This MR fixes the missing kwargs in Modbus_RTU.