Ian Byrne

Results 1 issues of Ian Byrne

Currently the tide sensor has a `predictions` attribute which is made up of an [array of arrays](https://github.com/ianByrne/HASS-ukho_tides/blob/6e8606768fa638b7ad0f7bbca4bfe083b8cf978a/custom_components/ukho_tides/sensor.py#L166C13-L166C48): ```yaml predictions: [ [ '2023-01-01 06:00:00', '1.6' ], [ '2023-01-01 13:00:00', '0.2' ]...