diff --git a/components/modbus_controller.rst b/components/modbus_controller.rst index fe7a2bb71..fe8fe9475 100644 --- a/components/modbus_controller.rst +++ b/components/modbus_controller.rst @@ -56,6 +56,9 @@ Configuration variables: - **command_throttle** (*Optional*, int): minimum time in milliseconds between 2 requests to the device. Default is 0ms Because some modbus devices limit the rate of requests the interval between sending requests to the device can be modified. +- **update_interval** (*Optional*, :ref:`config-time`): The interval that the sensors should be checked. + Defaults to 60 seconds. + Example -------