hass-core/homeassistant/components/modbus
jan iversen 684ea9e49b
Restructure modbus switch, and solve read/write conflicts (#49386)
Remove old style configuration from switch.
- The old style configuration allowed a number of illegal
  configurations, instead of adding if...log. in setup we
  only support the new configuration style.

Add new/changed configuration switch.

Removed verify_state and cleaned configuration to avoid possible
illegal configurations.
2021-04-30 16:47:18 +02:00
..
__init__.py Restructure modbus switch, and solve read/write conflicts (#49386) 2021-04-30 16:47:18 +02:00
binary_sensor.py Update modbus state when sensor fails (#49481) 2021-04-20 14:54:20 +02:00
climate.py Add pymodbus exception handling and isolate pymodbus to class modbusHub (#49052) 2021-04-19 08:18:15 -07:00
const.py Restructure modbus switch, and solve read/write conflicts (#49386) 2021-04-30 16:47:18 +02:00
cover.py Add pymodbus exception handling and isolate pymodbus to class modbusHub (#49052) 2021-04-19 08:18:15 -07:00
manifest.json Bump pymodbus version to 2.5.1 (#49401) 2021-04-20 10:43:14 +02:00
modbus.py Catch missing/unavailable response from modbus (#49632) 2021-04-29 15:59:17 +02:00
sensor.py Add swap byte/word/byteword option to modbus sensor (#49719) 2021-04-27 10:49:41 +02:00
services.yaml
switch.py Restructure modbus switch, and solve read/write conflicts (#49386) 2021-04-30 16:47:18 +02:00