UI
UI copied to clipboard
Custom-card "Waste collection" - Alert is displayed behind the text
Describe the bug The Alert icon at the Custom-card "Waste collection" from @Paddy0174 is displayed behind the text.
Screenshots
I have the same issue on some cards, especially when it's unavailable.
See #892
I understand this fix, but it isn't really a fix. I want these notification 1 day before waste collection.
Oh sorry that fix was more related to the comment of @DavidRosseljong . Which problem is slightly different.
Is there any update?
Having a similar issue with the notification not appearing at all. Any suggestion?
@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.