-
- Downloads
Switch tests to use hass objects instead of direct (#37530)
* Switch tests to use hass objects instead of direct * Make sure sensor update state * Add some initial binary sensor tests * Add initial binary sensor tests * Add tests for pt2262 * Add test for off delay
Showing
- homeassistant/components/rfxtrx/__init__.py 2 additions, 0 deletionshomeassistant/components/rfxtrx/__init__.py
- homeassistant/components/rfxtrx/binary_sensor.py 2 additions, 3 deletionshomeassistant/components/rfxtrx/binary_sensor.py
- homeassistant/components/rfxtrx/sensor.py 2 additions, 0 deletionshomeassistant/components/rfxtrx/sensor.py
- tests/components/rfxtrx/__init__.py 4 additions, 1 deletiontests/components/rfxtrx/__init__.py
- tests/components/rfxtrx/conftest.py 4 additions, 1 deletiontests/components/rfxtrx/conftest.py
- tests/components/rfxtrx/test_binary_sensor.py 208 additions, 0 deletionstests/components/rfxtrx/test_binary_sensor.py
- tests/components/rfxtrx/test_cover.py 46 additions, 77 deletionstests/components/rfxtrx/test_cover.py
- tests/components/rfxtrx/test_init.py 11 additions, 21 deletionstests/components/rfxtrx/test_init.py
- tests/components/rfxtrx/test_light.py 113 additions, 153 deletionstests/components/rfxtrx/test_light.py
- tests/components/rfxtrx/test_sensor.py 179 additions, 183 deletionstests/components/rfxtrx/test_sensor.py
- tests/components/rfxtrx/test_switch.py 81 additions, 121 deletionstests/components/rfxtrx/test_switch.py
Loading
Please register or sign in to comment