mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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:
parent
23353812a9
commit
fff590d738
@ -121,6 +121,7 @@ async def test_reading_yaml_config(
|
|||||||
config = (await legacy.async_load_config(yaml_devices, hass, device.consider_home))[
|
config = (await legacy.async_load_config(yaml_devices, hass, device.consider_home))[
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
|
await hass.async_block_till_done()
|
||||||
assert device.dev_id == config.dev_id
|
assert device.dev_id == config.dev_id
|
||||||
assert device.track == config.track
|
assert device.track == config.track
|
||||||
assert device.mac == config.mac
|
assert device.mac == config.mac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user