core/homeassistant/components/modbus
jan iversen 70b09ed9a1
Handle relation between scan_interval and pymodbus timeout in modbus (#50363)
* Control scan_interval compared to pymodbus timeout.

add MINIMUM_SCAN_INTERVAL=5 seconds and validata with Voluptous.
Keep modbus.py 100% coverage.

* Please pylint.

* Review comments.

* pylint.
2021-05-10 19:28:38 +02:00
..
__init__.py Handle relation between scan_interval and pymodbus timeout in modbus (#50363) 2021-05-10 19:28:38 +02:00
binary_sensor.py Cleanup modbus binary_sensor signature (#49809) 2021-05-05 00:29:18 +02:00
climate.py Fix modbus typing (#49938) 2021-05-03 22:45:21 +02:00
const.py Handle relation between scan_interval and pymodbus timeout in modbus (#50363) 2021-05-10 19:28:38 +02:00
cover.py Enable homeassistant.update_entity service for all modbus platforms (#49918) 2021-05-02 10:41:36 +02:00
manifest.json Bump pymodbus version to 2.5.1 (#49401) 2021-04-20 10:43:14 +02:00
modbus.py Handle relation between scan_interval and pymodbus timeout in modbus (#50363) 2021-05-10 19:28:38 +02:00
sensor.py Fix modbus typing (#49938) 2021-05-03 22:45:21 +02:00
services.yaml
switch.py Fix modbus switch problems (#50117) 2021-05-07 22:12:13 +02:00