core/tests/components/vallox
Jevgeni Kiski d62bdbb9ff
Add vallox fan speed control (#82548)
* fan.set_percentage + tests

* let's see what is not yet covered

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* tests fix

* vallox_websocket_api 3.0.0

* more coverage

* test coverage

* Update tests/components/vallox/test_fan.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* raise exceptions on user input

* Supported features are different per preset mode.

* Test fixes

* Static supported features is back.

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-12-06 11:00:59 +01:00
..
__init__.py
conftest.py Add vallox fan speed control (#82548) 2022-12-06 11:00:59 +01:00
test_binary_sensor.py
test_config_flow.py Add vallox fan speed control (#82548) 2022-12-06 11:00:59 +01:00
test_fan.py Add vallox fan speed control (#82548) 2022-12-06 11:00:59 +01:00
test_number.py Add Vallox temperature control entities (#75858) 2022-11-22 12:46:57 +01:00
test_sensor.py
test_switch.py