core/tests/components/smartthings
Grant 8395d84bbb
Add fan mode support to SmartThings fan entity (#106794)
* Fix the fan to support preset modes

* Add more tests and fix some comments

* Don't override inherited member

* Don't check for supported feature as the check is already performed before here

* Do not check for feature on properties

* Update homeassistant/components/smartthings/fan.py

Co-authored-by: G Johansson <goran.johansson@shiftit.se>

* Fix tests

---------

Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2024-01-13 17:25:26 +01:00
..
__init__.py
conftest.py
test_binary_sensor.py
test_climate.py
test_config_flow.py
test_cover.py
test_fan.py
test_init.py
test_light.py
test_lock.py
test_scene.py
test_sensor.py
test_smartapp.py
test_switch.py