Change litterrobot integration to cloud_push (#77741)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Nathan Spencer 2022-09-17 03:29:56 -06:00 committed by GitHub
parent 0b4e4e81d4
commit cc51052be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 77 additions and 167 deletions

View file

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