[Garbage collection] Missing icons and cards

Good morning,

Today, my garbage collection cards is missing on my lovelace?
Anyone know this problem?

I have the lastes version of this:

Everything is working till today, cards just disappeared.

This is my configuration.yaml:

garbage_collection:
  sensors:
  - name: "Mieszane" # Each week on Monday and Wednesday. No collection on Christmas, added extra collection on the 27th
    frequency: "weekly"
    verbose_state: true
    verbose_format: "za {days} dni"
    collection_days:
    - thu
    expire_after: '12:00'
    exclude_dates:
    - '2019-12-24'
  - name: "Plastiki, szkło, bio" # Each week on Monday and Wednesday. No collection on Christmas, added extra collection on the 27th
    frequency: "weekly"
    verbose_state: true
    verbose_format: "za {days} dni"
    collection_days:
    - fri
    expire_after: '12:00'
    exclude_dates:
    - '2019-12-24'
  - name: "Gabaryty"
    frequency: "annual"
    verbose_state: true
    verbose_format: "za {days} dni"
    date: '10/30'

This is my cards configuration:

cards:
  - entity: sensor.mieszane
    hide_date: true
    icon_color: black
    icon_size: 35px
    type: 'custom:garbage-collection-card'
  - entity: sensor.plastiki_szklo_bio
    hide_date: true
    icon_color: green
    icon_size: 35px
    type: 'custom:garbage-collection-card'
  - entity: sensor.gabaryty
    hide_date: true
    icon_color: brown
    icon_size: 35px
    type: 'custom:garbage-collection-card'
type: vertical-stack

Does anyone have an idea why this happened?
I have sensor named: “Gabaryty” and it is set on 30.10, and this date is tomorrow. Maybe this is a bug related to this?

Could it happen that you’ve pressed the Gabaryty card today?
Starting from 1.13.0 clicking on the card when the due date is today or tomorrow will hide the card. The card will reappear either after due date (if hide_before is not used) or X days before next due date (if hide_before is used).

My card is there, just no icon.