core/homeassistant/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
..
translations [ci skip] Translation update 2022-12-03 00:21:50 +00:00
__init__.py Add vallox fan speed control (#82548) 2022-12-06 11:00:59 +01:00
binary_sensor.py
config_flow.py Add vallox fan speed control (#82548) 2022-12-06 11:00:59 +01:00
const.py Add vallox fan speed control (#82548) 2022-12-06 11:00:59 +01:00
fan.py Add vallox fan speed control (#82548) 2022-12-06 11:00:59 +01:00
manifest.json Add vallox fan speed control (#82548) 2022-12-06 11:00:59 +01:00
number.py
sensor.py Add vallox fan speed control (#82548) 2022-12-06 11:00:59 +01:00
services.yaml
strings.json
switch.py