core/homeassistant/components/modbus
jan iversen 78ef02f4d9
Allow pymodbus to reconnect in running system (not startup) (#53020)
Allow pymodbus to reconnect (not during startup).
2021-07-19 13:01:50 +02:00
..
__init__.py Add array write to turn_on/off in modbus switch/fan/light (#52582) 2021-07-12 11:22:53 -07:00
base_platform.py only allow one active call in each platform. (#52823) 2021-07-13 21:45:42 +02:00
binary_sensor.py only allow one active call in each platform. (#52823) 2021-07-13 21:45:42 +02:00
climate.py only allow one active call in each platform. (#52823) 2021-07-13 21:45:42 +02:00
const.py Add array write to turn_on/off in modbus switch/fan/light (#52582) 2021-07-12 11:22:53 -07:00
cover.py only allow one active call in each platform. (#52823) 2021-07-13 21:45:42 +02:00
fan.py Remove old config from cover, including tests (#51118) 2021-05-28 11:29:37 +02:00
light.py Remove old config from cover, including tests (#51118) 2021-05-28 11:29:37 +02:00
manifest.json Bump pymodbus to v2.5.2 (#50582) 2021-05-13 20:31:48 -07:00
modbus.py Allow pymodbus to reconnect in running system (not startup) (#53020) 2021-07-19 13:01:50 +02:00
sensor.py After merge, review. (#51139) 2021-05-27 08:28:31 +02:00
services.yaml Wrap up selectors (#50794) 2021-05-25 14:45:17 +02:00
switch.py Remove old config from cover, including tests (#51118) 2021-05-28 11:29:37 +02:00
validators.py Correct Wrong "raise" in modbus validators. (#52924) 2021-07-12 11:06:31 -07:00