We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7c0aa commit 99dfb93Copy full SHA for 99dfb93
tests/components/recorder/test_entity_registry.py
@@ -224,6 +224,7 @@ async def test_rename_entity_collision(
224
hass.states.async_remove("sensor.test99")
225
226
await hass.async_block_till_done()
227
+ await async_wait_recording_done(hass)
228
229
# Rename entity sensor.test1 to sensor.test99
230
entity_registry.async_update_entity("sensor.test1", new_entity_id="sensor.test99")
0 commit comments