Skip to content

Commit

Permalink
remove superfluous attr
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Feb 1, 2025
1 parent b0bf236 commit 7a36a12
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/evohomeasync2/hotwater.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ def until(self) -> dt | None:
return None
return as_local_time(until, self.location.tzinfo)

def _next_setpoint(self) -> tuple[dt, str] | None: # WIP: for convenience
"""Return the datetime and state of the next setpoint."""
raise NotImplementedError

async def _set_state(self, mode: dict[str, str | None]) -> None:
"""Set the DHW mode (state)."""

Expand Down

0 comments on commit 7a36a12

Please sign in to comment.