UI icon indicating copy to clipboard operation
UI copied to clipboard

Custom-card "Waste collection" - Alert is displayed behind the text

Open idominiki opened this issue 2 years ago • 4 comments

Describe the bug The Alert icon at the Custom-card "Waste collection" from @Paddy0174 is displayed behind the text.

Screenshots image

idominiki avatar Jul 27 '22 07:07 idominiki

I have the same issue on some cards, especially when it's unavailable.

image

image

DavidRosseljong avatar Jul 29 '22 17:07 DavidRosseljong

See #892

basbruss avatar Jul 29 '22 19:07 basbruss

I understand this fix, but it isn't really a fix. I want these notification 1 day before waste collection.

idominiki avatar Jul 30 '22 06:07 idominiki

Oh sorry that fix was more related to the comment of @DavidRosseljong . Which problem is slightly different.

basbruss avatar Jul 30 '22 07:07 basbruss

Is there any update?

LaurentMouchart avatar May 22 '23 09:05 LaurentMouchart

Having a similar issue with the notification not appearing at all. Any suggestion?

stefa168 avatar Aug 16 '23 23:08 stefa168

@stefa168 to get the notification visible, you need to add the add_days_to property to your sensor configuration. For example:

sensor:
  - platform: waste_collection_schedule
    name: Waste Collection
    add_days_to: true # this line is important

However, as discussed above, the notification appears behind the icon. Also, it doesn't seem to be visible at all if you have a custom value_template property.

photomoose avatar Sep 06 '23 08:09 photomoose