Waste collection schedule incorrect dates East Riding UK

Hi,

Few days ago Ive noticed that the Waste Collection Schedule integration is showing incorrect dates. It has worked beautifully for months so Im guessing cheeky devs have changed something and now the integration is not parsing dates correctly. I cant find an ics anywhere but Ive downloaded official council app to double check and the dates are the same as on the official calendar we get through the post every year so it looks like they have not changed a collection date.

This is my setup:

waste_collection_schedule:
  sources:
    - name: eastriding_gov_uk
      args:
        postcode: "DN145ES"
        uprn: "100050068199"
      customize:
        - type: Green Bin
          icon: mdi:delete
        - type: Blue Bin
          icon: mdi:delete
        - type: Brown Bin
          icon: mdi:delete
  day_switch_time: "23:00"

Currently (02/06/2025) sensors are showing:

2025-06-02: Green Bin
2025-06-03: Brown Bin
2025-06-09: Blue Bin

But the actual dates for this week are:

2025-06-03: Green Bin  // 1 day off
2025-06-05: Brown Bin  // 2 days off
2025-06-10: Blue Bin  // 1 day off

Has anyone noticed the same behaviour?