Store runtime data inside the config entry in Litter Robot (#119547)

This commit is contained in:
Robert Hillis 2024-06-21 05:28:44 -04:00 committed by GitHub
parent 9c5879656c
commit 64cef6e082
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 38 additions and 57 deletions

View file

@ -41,8 +41,6 @@ async def test_unload_entry(hass: HomeAssistant, mock_account: MagicMock) -> Non
getattr(mock_account.robots[0], "start_cleaning").assert_called_once()
assert await hass.config_entries.async_unload(entry.entry_id)
await hass.async_block_till_done()
assert hass.data[litterrobot.DOMAIN] == {}
@pytest.mark.parametrize(