Remove unused attribute [litterrobot] (#67106)

This commit is contained in:
Marc Mueller 2022-02-23 11:31:31 +01:00 committed by GitHub
parent c59115bb4f
commit 0e54bd448a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,6 @@ class LitterRobotHub:
def __init__(self, hass: HomeAssistant, data: Mapping) -> None:
"""Initialize the Litter-Robot hub."""
self._data = data
self.logged_in = False
async def _async_update_data() -> bool:
"""Update all device states from the Litter-Robot API."""