Metoffice daily reporting twice-daily forecasts - error?

Hi All,

I’ve been trialling a few different weather integrations for accuracy (UK) and seems that the metoffice service is most accurate for my location. However, I see an ?issue? with the daily sensor as it’s reporting twice daily forecasts - one at 01:00 and one 13:00 hrs with what seems to be a nighttime forecast at 01:00 and a daytime forecast at 13:00.
image

With all the other weather integrations I have trialled, the ‘daily’ forecast has only reported once per day figures, which leads me to suspect the metoffice integration is not working as intended?

The issue I face is that I have automations triggering based on a sensor that pulls today’s forecast using the below code. This of course pulls the 01:00 figures which are inaccurate to my needs.

- platform: template
  sensors:
    weather_forecast_temperature:
      friendly_name: "Temperature from weather forecast"
      unit_of_measurement: '°C'
      value_template: "{{ state_attr('weather.met_office_peterborough_daily','forecast')[0]['temperature'] }}"