core/tests/components/wemo
Eric Severance d912e91e81
Periodically attempt to discover new wemo devices (#44361)
* Periodically attempt to discover new wemo devices

* Set self._stop=None after stopping the periodic discovery task

* Use the async_fire_time_changed test helper to simplify test_discovery

* Stop the pywemo registry outside of the async loop

* Add a comment describing why async_fire_time_changed is used
2020-12-24 12:25:14 +01:00
..
__init__.py
conftest.py Periodically attempt to discover new wemo devices (#44361) 2020-12-24 12:25:14 +01:00
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 Periodically attempt to discover new wemo devices (#44361) 2020-12-24 12:25:14 +01:00
test_light_bridge.py
test_light_dimmer.py
test_switch.py