Do you mean if there are multiple Events with the Title "Packed Lunch" it hides them.
But the background of the day goes Green for example?
If "School Lunch" is detected, those events are hidden and the background of the day goes Red for example?
@husbspamuel That is exactly right. To be clear this flow doesn't exist yet but I think I can create it.
Create an event series that includes "School Lunch" and "Packed Lunch" event titles.
Use event_styles to hide events completely from view.
Use day_styles to queue off of the hidden events to color School Lunch days one background color and Packed Lunch days another color.
Again, this work flow doesn't exist yet. But I could implement it. I think it would more extensible to others than your current method of denoting days in the day's header.
Yeah I think if there was an interface that allowed you to specify Title-X = Green, Title-Y = Red and so on, it makes it flexible for a lot of people and a lot of circumstances.
Let me check with the "end-user" but to be honest its your product and your knowledge so if you think this is a more scalable and multi-use feature it makes more sense to do it this way.
Its not scalable to make loads of niche customisations for individuals so totally get it
Wow impressive i didnt expect to see my dumpster fire of a town on the list :-p
I'll look to add this in as well, means I dont have to alter it annually as they always change the dates
This card looks amazing! I am very new to HA and trying to replace the Skylight that my wife just got... Question, can I add more family members manually or are they all tied to a calendar?
Love this, but two bits aren't quite working for me.
Firstly, coming from my previous calendar, I was able to show a fixed number of 28 days, starting on the Monday. So for example, if I look at this now it shows from Monday 1st June to Sunday 28th June. This allows it to fit perfectly on my tablet. The only options I can find on this are Month view which has 5 weeks showing, or week view which is either 7 days or rolling for 4 weeks where the start day changes.
Second issue I have, is where we have a weekend away for example, it will show the start time on the day we leave, but on the day we return it shows midnight, not the time we're due back.
@swieprecht
For your first issue, try: rolling_weeks: 3
For your second issue, I'm unsure I understand. It should show the actual end time on the last day of a multi-day event. If it doesn't, that may be a bug. Can you please provide more info, either here or via an issue on GitHub?
Not sure if im being daft here. I was just trying to condense some of the code for the styles on day badges. I had 3 individual matches "Meal Week 1", "Meal Week 2" and 'Meal Week 3'.
This uses "title: Meal Week 1" for example.
So I thought if I changed this to "title_contains: Meal Week"
It would negate the need for 3 entries, and just use a single entry for all 3 titles.
@husbspamuel Can you please post your yaml in a code block? It's possible this is not working due to yaml indentation, or slight syntax differences.
If you can post the "is" code block (working, three separate matches) also, that would help.
@swieprecht The "00:00" that you're seeing in the screenshot is the start time for the event for that day, not the end time. For a multi-day event, the final day shows as 00:00-10:30 in all views except the schedule view. In schedule view, it should show across the top in the "all day events" section closer to how I think you're expecting it to look.