Müllkalender über ics klappt nicht

hi bei mir sieht das so aus vileicht hilft dir das

sensor.yaml

- platform: waste_collection_schedule
  name: Papierabfall_date
  value_template: '{{value.date.strftime("%d.%m.%Y")}}'
  types:
    - Papiertonne
- platform: waste_collection_schedule
  name: Papierabfall_collection
  value_template: "{{value.daysTo}}"
  types:
    - Papiertonne

waste_collection_schedule:
  sources:
    - name: ics
      args:
        file: "/config/www/Abfuhrkalender-SLF-RU-Kaulsdorf-2024.ics"
      customize:
        - type: Hausmüll in SLF-RU-Kaulsdorf
          alias: Restabfall
          icon: mdi:trash-can
        - type: Gelber Sack in SLF-RU-Kaulsdorf
          alias: Plastikabfall
          icon: mdi:trash-can
        - type: Altpapier in SLF-RU-Kaulsdorf
          alias: Papiertonne
          icon: mdi:trash-can
      calendar_title: Haus Müll
  fetch_time: "04:00"
  day_switch_time: "10:00"