Change litterrobot integration to cloud_push (#77741)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
0b4e4e81d4
commit
cc51052be5
11 changed files with 77 additions and 167 deletions
|
@ -56,7 +56,7 @@ async def test_entry_not_setup(hass, side_effect, expected_state):
|
|||
entry.add_to_hass(hass)
|
||||
|
||||
with patch(
|
||||
"pylitterbot.Account.connect",
|
||||
"homeassistant.components.litterrobot.hub.Account.connect",
|
||||
side_effect=side_effect,
|
||||
):
|
||||
await hass.config_entries.async_setup(entry.entry_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue