Adapt Roborock to runtime_data (#120578)

* Adopt Roborock to runtime_data

* Fix name
This commit is contained in:
Robert Resch 2024-06-26 19:42:15 +02:00 committed by GitHub
parent ed1eb8ac9c
commit 31e9de3b95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 46 additions and 68 deletions

View file

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