From fff590d7389f1689bdca5a427865f032b7281057 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 19 Mar 2024 20:21:26 -1000 Subject: [PATCH] Fix flapping device tracker test (#113859) seen in https://github.com/home-assistant/core/actions/runs/8353028595/job/22864148890?pr=113854 --- tests/components/device_tracker/test_init.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/components/device_tracker/test_init.py b/tests/components/device_tracker/test_init.py index 3166354260b..b77ab1c5f9b 100644 --- a/tests/components/device_tracker/test_init.py +++ b/tests/components/device_tracker/test_init.py @@ -121,6 +121,7 @@ async def test_reading_yaml_config( config = (await legacy.async_load_config(yaml_devices, hass, device.consider_home))[ 0 ] + await hass.async_block_till_done() assert device.dev_id == config.dev_id assert device.track == config.track assert device.mac == config.mac