Adapt Roborock to runtime_data (#120578)
* Adopt Roborock to runtime_data * Fix name
This commit is contained in:
parent
ed1eb8ac9c
commit
31e9de3b95
12 changed files with 46 additions and 68 deletions
|
@ -29,7 +29,6 @@ async def test_unload_entry(
|
|||
await hass.async_block_till_done()
|
||||
assert mock_disconnect.call_count == 2
|
||||
assert setup_entry.state is ConfigEntryState.NOT_LOADED
|
||||
assert not hass.data.get(DOMAIN)
|
||||
|
||||
|
||||
async def test_config_entry_not_ready(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue