core/tests/components/modbus
Matthias Alphart cd0ae66d58
Add CONF_STATE_CLASS to `sensor/__init__.py` (#54106)
* add CONF_STATE_CLASS to const.py

* move to `sensor/__init__.py`

* move to sensor/const.py

* Revert "move to sensor/const.py"

This reverts commit 604d0d066b.

* move it to `sensor/const.py` but import it from `sensor/__init__.py`

* add Modbus
2021-08-27 05:54:50 +02:00
..
__init__.py
conftest.py Break out mock of pymodbus return from mock_modbus to new fixture (#55063) 2021-08-23 23:55:57 +02:00
test_binary_sensor.py Break out mock of pymodbus return from mock_modbus to new fixture (#55063) 2021-08-23 23:55:57 +02:00
test_climate.py Break out mock of pymodbus return from mock_modbus to new fixture (#55063) 2021-08-23 23:55:57 +02:00
test_cover.py Break out mock of pymodbus return from mock_modbus to new fixture (#55063) 2021-08-23 23:55:57 +02:00
test_fan.py Break out mock of pymodbus return from mock_modbus to new fixture (#55063) 2021-08-23 23:55:57 +02:00
test_init.py Check for duplicate host/port and integration name in modbus (#54664) 2021-08-25 12:29:00 +02:00
test_light.py Break out mock of pymodbus return from mock_modbus to new fixture (#55063) 2021-08-23 23:55:57 +02:00
test_sensor.py Add CONF_STATE_CLASS to `sensor/__init__.py` (#54106) 2021-08-27 05:54:50 +02:00
test_switch.py Break out mock of pymodbus return from mock_modbus to new fixture (#55063) 2021-08-23 23:55:57 +02:00