update_interval missing in docs

In modbus update interval may and maybe should be configured. This was hidden in the example and should be in the config variables.
This commit is contained in:
swifty99 2022-11-04 18:18:42 +01:00 committed by GitHub
parent 4f5b0a10d5
commit 592a0d47fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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
-------