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?