diff --git a/src/evohomeasync2/hotwater.py b/src/evohomeasync2/hotwater.py index e494183..56871fc 100644 --- a/src/evohomeasync2/hotwater.py +++ b/src/evohomeasync2/hotwater.py @@ -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)."""