core/tests/components/modbus
jan iversen 4d9ff13384
Fix bool registers in modbus integration (#41506)
When a register is of type bool modbus returns a whole byte, but ONLY the
lowest bit determine true/false.
2020-10-08 23:52:41 +02:00
..
__init__.py
conftest.py Add test coverage for modbus switch (coil part) (#40696) 2020-10-01 11:00:26 -05:00
test_modbus_binary_sensor.py Fix bool registers in modbus integration (#41506) 2020-10-08 23:52:41 +02:00
test_modbus_sensor.py Change modbus tests to use pytest.mark.parametrize (#41486) 2020-10-08 15:47:59 +02:00
test_modbus_switch.py Fix bool registers in modbus integration (#41506) 2020-10-08 23:52:41 +02:00