mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 05:47:10 +00:00
Remove unused attribute [litterrobot] (#67106)
This commit is contained in:
parent
c59115bb4f
commit
0e54bd448a
@ -27,7 +27,6 @@ class LitterRobotHub:
|
|||||||
def __init__(self, hass: HomeAssistant, data: Mapping) -> None:
|
def __init__(self, hass: HomeAssistant, data: Mapping) -> None:
|
||||||
"""Initialize the Litter-Robot hub."""
|
"""Initialize the Litter-Robot hub."""
|
||||||
self._data = data
|
self._data = data
|
||||||
self.logged_in = False
|
|
||||||
|
|
||||||
async def _async_update_data() -> bool:
|
async def _async_update_data() -> bool:
|
||||||
"""Update all device states from the Litter-Robot API."""
|
"""Update all device states from the Litter-Robot API."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user