Convert LitterRobotHub to a DataUpdateCoordinator (#136283)

This commit is contained in:
Nathan Spencer
2025-01-22 14:20:13 -07:00
committed by GitHub
parent e3c836aa7d
commit 33f966a12e
13 changed files with 119 additions and 119 deletions

View File

@@ -63,7 +63,7 @@ async def test_entry_not_setup(
entry.add_to_hass(hass)
with patch(
"homeassistant.components.litterrobot.hub.Account.connect",
"homeassistant.components.litterrobot.coordinator.Account.connect",
side_effect=side_effect,
):
await hass.config_entries.async_setup(entry.entry_id)