core/tests/components/dlna_dmr
J. Nick Koston 3d1556a4a2
Switch back to using call_later for the slow entity update warning (#91067)
* Switch back to using call_later for the slow entity update warning

I had originally changed this to create a task and wait
in #41184 but that does not make sense anymore with newer
cpython as the profile now shows the original method is cheaper
(or I did it wrong the first time)

* fix missing block till done since there is no longer a task being created which would run the event loop once
2023-04-08 22:22:56 -04:00
..
__init__.py
conftest.py Match config entries for dlna_dmr based on device MAC, in addition to UDN (#74619) 2022-12-11 13:40:35 -05:00
test_config_flow.py Match config entries for dlna_dmr based on device MAC, in addition to UDN (#74619) 2022-12-11 13:40:35 -05:00
test_data.py Match config entries for dlna_dmr based on device MAC, in addition to UDN (#74619) 2022-12-11 13:40:35 -05:00
test_init.py Adjust entity registry access in tests (1) (#88950) 2023-03-01 09:11:14 +01:00
test_media_player.py Switch back to using call_later for the slow entity update warning (#91067) 2023-04-08 22:22:56 -04:00