hass-core/tests/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 Fix 64-bit modbus sensor register reads (#25672) 2019-08-09 17:03:12 -07:00
conftest.py Complete modbus device response tests (#49633) 2021-04-29 18:06:56 +02:00
test_init.py Complete modbus device response tests (#49633) 2021-04-29 18:06:56 +02:00
test_modbus_binary_sensor.py Secure 100% test coverage for modbus, binary_sensor and sensor (#49521) 2021-04-22 11:54:40 +02:00
test_modbus_climate.py Remove if/else from modbus test cases (#48514) 2021-03-31 11:20:14 +02:00
test_modbus_cover.py Log an error if modbus Cover is not initialized correctly (#48829) 2021-04-19 16:52:08 +02:00
test_modbus_sensor.py Add swap byte/word/byteword option to modbus sensor (#49719) 2021-04-27 10:49:41 +02:00
test_modbus_switch.py Restructure modbus switch, and solve read/write conflicts (#49386) 2021-04-30 16:47:18 +02:00