core/tests/components/wemo
Eric Severance 2765c6f1e9
Register Wemo fan services with entity service helper (#44192)
* Use a singleton for the Wemo registry and fan services

* Undo changes to the wemo subscription registry

* Use an entity service helper to register the Wemo fan services

* Fix Wemo fan test (missing ATTR_ENTITY_ID)

* Use the function name directly rather than a string

* Improve test coverage of the set_humidity service
2020-12-15 14:19:57 +01:00
..
__init__.py
conftest.py
entity_test_helpers.py
test_binary_sensor.py
test_fan.py Register Wemo fan services with entity service helper (#44192) 2020-12-15 14:19:57 +01:00
test_init.py Add tests for the Wemo __init__ module (#44196) 2020-12-15 09:59:23 +01:00
test_light_bridge.py
test_light_dimmer.py
test_switch.py