ianByrne / HASS-ukho_tides

Home Assistant integration for tide information
MIT License
28 stars 6 forks source link

Ensure that LowWater data populates the next_low_tide_at value #30

Closed patch0 closed 1 week ago

patch0 commented 1 week ago

When the station doesn't have low tide data, then the next two tide events are both high tide events, and thus the sensor ends up with the second high tide event overwriting the first one.

This happens following the release of the underlying library to cope with stations without low tide data.

Thanks @ianByrne :)

ianByrne commented 1 week ago

Thanks again!