mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-12 19:46:23 +02:00
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:
parent
4f5b0a10d5
commit
592a0d47fd
@ -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
|
||||
-------
|
||||
|
Loading…
Reference in New Issue
Block a user