Fix flapping device tracker test (#113859)

seen in https://github.com/home-assistant/core/actions/runs/8353028595/job/22864148890?pr=113854
This commit is contained in:
J. Nick Koston 2024-03-19 20:21:26 -10:00 committed by GitHub
parent 23353812a9
commit fff590d738
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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