You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a dashboard with a grid layout and each grid has a single day in the event layout with each day incremented with "startDaysAhead" (see screenshot) using the declutter card. On days where there is nothing scheduled, it just says "No events". Is it possible to still have the date present?
I expected the day of the week and date number to still show on days where there are no events when showNoEventDays is true.
Possible Solutions
I'm not sure if my expected behavior breaks things for other usecases. If not, maybe this is a simple bug fix. If it would break something, maybe another flag that enables this behavior.
Mode
Event (default)
Context / Reason
The bigger picture is having a list of events for each day in a large dashboard so that my whole family sees what's coming up for the next 7 days (I have 2 rows of 4 grid squares).
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
could you confirm what config you are using on that last card? i have checked my personal HA and it does show the date, so unless you have it set not to show the date, it should be there.
Is there an existing issue for this?
Current Behavior
I've created a dashboard with a grid layout and each grid has a single day in the event layout with each day incremented with "startDaysAhead" (see screenshot) using the declutter card. On days where there is nothing scheduled, it just says "No events". Is it possible to still have the date present?
Here's my card config:
Expected behaviour
I expected the day of the week and date number to still show on days where there are no events when
showNoEventDays
is true.Possible Solutions
I'm not sure if my expected behavior breaks things for other usecases. If not, maybe this is a simple bug fix. If it would break something, maybe another flag that enables this behavior.
Mode
Event (default)
Context / Reason
The bigger picture is having a list of events for each day in a large dashboard so that my whole family sees what's coming up for the next 7 days (I have 2 rows of 4 grid squares).
Code of Conduct
The text was updated successfully, but these errors were encountered: