hass-core/homeassistant/components/modbus
jan iversen c7f48e9ea3
Make modbus switch read_coil failure resistent (#40417)
* Make modbus switch read_coil failure resistent.

Make sure all return paths return true/false.

* Add comment how binary_sensor get its value (is_on).
2020-09-23 08:50:01 -05:00
..
__init__.py Add retry on empty modbus messages for serial protocol (#34678) 2020-05-06 14:08:43 +02:00
binary_sensor.py Rename BinarySensorDevice to BinarySensorEntity (#34462) 2020-04-23 21:57:07 +02:00
climate.py Rename ClimateDevice to ClimateEntity (#34591) 2020-04-25 18:04:03 +02:00
const.py Add modbus sensor string data_type (#35269) 2020-05-08 11:30:05 +02:00
manifest.json Rollback modbus to version 0.107.7 keep new functionality (#34287) 2020-04-17 09:55:57 +02:00
sensor.py Exception chaining and wrapping improvements (#39320) 2020-08-28 13:50:32 +02:00
services.yaml Add prettier (in pre-commit and CI) (#33693) 2020-04-05 17:27:16 +02:00
switch.py Make modbus switch read_coil failure resistent (#40417) 2020-09-23 08:50:01 -05:00