From 0e54bd448a90dc048f11c3e54f9aca4b742d9b5c Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 23 Feb 2022 11:31:31 +0100 Subject: [PATCH] Remove unused attribute [litterrobot] (#67106) --- homeassistant/components/litterrobot/hub.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/litterrobot/hub.py b/homeassistant/components/litterrobot/hub.py index 49fba822a6f..43d60e534ea 100644 --- a/homeassistant/components/litterrobot/hub.py +++ b/homeassistant/components/litterrobot/hub.py @@ -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."""