diff --git a/noaa_tides/sensor.py b/noaa_tides/sensor.py index be32159..287e00c 100644 --- a/noaa_tides/sensor.py +++ b/noaa_tides/sensor.py @@ -138,10 +138,6 @@ def state(self): last_tide_time = most_recent.strftime("%-I:%M %p") return f"{next_tide} tide at {tide_time}" - @property - def device_class(self) -> Optional[str]: - return DEVICE_CLASS_TIMESTAMP - def update(self): """Get the latest data from NOAA Tides and Currents API."""