core/tests/components/ozw
Charles Garwood ca1e643bdc
Add fan platform to ozw component (#35249)
* Add fan platform

* Add fan discovery schema

* Use constants for dispatcher signal

* Move fan platform to ozw

* Fix fan discovery schema

* Add previous speed to handle value 255

* Make fixture reading more robust

* Add fan tests

* Remove not needed fixture info

* Validate speed

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-05-26 19:48:39 -04:00
..
__init__.py
common.py Add fan platform to ozw component (#35249) 2020-05-26 19:48:39 -04:00
conftest.py Add fan platform to ozw component (#35249) 2020-05-26 19:48:39 -04:00
test_binary_sensor.py
test_climate.py
test_config_flow.py
test_fan.py Add fan platform to ozw component (#35249) 2020-05-26 19:48:39 -04:00
test_init.py
test_light.py
test_lock.py Add lock platform to ozw component (#36103) 2020-05-25 23:51:09 +02:00
test_scenes.py
test_sensor.py
test_switch.py