-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Wont show upcoming Garbage Events after update #164
Comments
Check this bug report & the solution posted there (confirmed it works for me and at least one other user). |
Thank you, I updated to the beta version v2.0.0-beta.0 and it still wont display all day events |
I installed beta, cleared cached and still my full day or not full day appts do not show, was just working yesterday. |
i'm seeing the same, not working for full day events even with beta |
Please check the latest beta release (Version 2.0.0-beta.4) . If you need help on how to install the latest beta version, have a look at https://hacs.xyz/docs/faq/beta/ . In the latest beta you are able to activate a debug mode. How you can activate the debug mode Edit the trash-card item you have added, open the yaml editor and add Please feel free to share your yaml configuration and the debug data so that i'm able to find the reason. |
The next releases (1.4.6 and 2.0.0-beta.5) will contain the fix |
Requirements
Current Behavior
After I updated from ver. 1.1.0 to ver. 1.4.3 , it no longer shows my upcoming Garbage Pickups
Expected Behavior
After I restore from backup to version 1.1.0, it works as expected
Steps To Reproduce
No response
Context
type: vertical-stack
cards:
title: Upcoming Garbage Pickup
subtitle: ''
next_days: 1
day_style: default
type: custom:trash-card
settings:
others:
icon: ''
color: orange
paper:
label: Cardboard
color: brown
pattern: Cardboard
icon: mdi:newspaper-variant-outline
waste:
label: Trash
color: blue-grey
icon: mdi:trash-can
pattern: Trash
recycle:
label: Plastic/Cans
icon: mdi:recycle
color: indigo
pattern: Plastic/Cans
organic:
label: Yard Waste
icon: mdi:leaf
color: amber
pattern: Yard Waste
fill_container: false
use_summary: false
filter_events: false
entity: calendar.garbage
next_days: 2
day_style: default
type: custom:trash-card
entity: calendar.yard_waste
settings:
others:
icon: ''
color: orange
paper:
label: Cardboard
color: brown
pattern: Cardboard
icon: mdi:newspaper-variant-outline
waste:
pattern: Trash
label: Trash
color: blue-grey
icon: mdi:trash-can
recycle:
label: Plastic/Cans
icon: mdi:recycle
color: indigo
pattern: Plastic/Cans
organic:
label: Yard Waste
icon: mdi:leaf
color: amber
pattern: Yard Waste
fill_container: true
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: