Is there any chance of a HACS installation/package and config gui (for busy parents trying to save money and time)?
To be honest if you have HA installed, I can ping you a list of the packages you need - think all can be done via HACs.
Then if you let me know the names/colours you want I could probably send you the full script with names included. Or if youd prefer not to share names, I an add “name1”, “name2” and you can do a find and replace.
Then its just integrating google calendar (or whichever you use)
@randr - I was just wondering if it was possible to add a repeat option to include fortnightly. Currently the repeat caters for daily, weekly, monthly or yearly. So having this additional option would be great. If there is a way to tweak existing code to do this then happy to do that also, but couldnt see anything obvious.
TIA
I add this option to next release.
Nice one that would be great. If you want anybody to test i let me know.
I was also wondering if it was possible to do the following:
- I have holidays_in_the_united_kingdom as an out of the box calendar in google
- So I’ve added:
- input_text.holidays_calendar_filter
HOLCAL: states['input_text.holidays_calendar_filter']?.state
- entity: calendar.holidays_in_the_united_kingdom
name: Holidays
color: clear
filter: ${ HOLCAL }
I wanted to see if I could get HOLCAL to display in the header for the day, as opposed to the calendar portion.
Hopefully that makes sense: screenshot attached in case ive butchered the explanation
Are you expecting that weather to be separate from the calendar, or are you trying to get it to fit within the day header?
Its likely something like padding or margins from my experience, but im no expert.
It’s the alignment/padding of the row is off for some reason. Curious where to look as I know I haven’t changed anything for those things.
Has it just randomly happened after working for a while then? Could be related to an integration/HA update.
Have you updated anything today?
Not that I know off, its been like that since I first implemented it.
Out of curiosity do you want it on the calendar? You could take it out the calendar and into its own card.
I have the date/time and weather at the top.
Then filters
Then calendar
The spacing looks off in the screenshot because its from my laptop, but it aligns perfectly on my wall panel
Sorry if this is in the thread, if so please point me to the post.
Can the calendars be toggled programmatically? I wont to put this on a non touchscreen and then use automations/buttons to show/hide calendars.
When you say programmatically/automations/buttons do you just mean something that a mouse/keyboard can enable. Or something more advanced?
If its just mouse/keyboard you can use this just the same. If you mean something else can you explain the idea you have? Im not great at this stuff but happy to try and help as I’ll learn more as well ![]()
This is from the repo
As you can see the spacing of the top row is great, versus mine. It would be great if I could pad down from the top a little bit.
I am curious how you can put the calendar in its own card as I thought it was. I want to be able to put stuff below the calendar as I have a 32" monitor in portrait and I have kids chores that I want below.
Can you share a copy of your yaml please? Omit any names you dont want visibile and just call them CAL1, CAL2 etc
To space mine out I used sections:
Section 1 (at the top) - Split into two half sections: Date/time and Weather
Section 2 (full width) - The filters
Section 3 (full width) - the calendar
I personally removed the “select view” capability as we wanted a whole month at a time. Instead I have arrows to toggle through the months.
If you dont want the “add event” button but the ability to click in the days and add, you can download/install randr’s package. then just change the card from “- type: custom: week-planner-card” to “- type: custom: week-planner-card-plus”
If you want stuff below it you can add another section.
I have the same as you, a large 32 inch touch screen in portrait. So you can end up with whitespace, so I think of something to pad it with.
You could create some google task lists and add those below for shopping lists and todo lists…I did that at first, but we have so many lists it warranted its own dashboard ![]()
Thanks! I was playing around with my chores views and forgot you could put vertical and horizontal stack cards inside each other etc.
I just cut and pasted the original code into a new view, will put my yaml in if I am still having issues.
Thank you!
Hey, I am a bit confused. I just set up the calendar today, but didn’t see anything about chores. Are you able to direct me to or let me know how you set up chores?
I think the previous poster was refering to a different package. This is specifically calendar.
But there are ones like Chore Tracker (which ive used and it works). See below guides.
However I came across ChoreOps recently which I will try soon as it does even more (3rd link below)
Chore Tracker 1.0 - Chore Tracking with Point System in Home Assistant
Chore Tracker 2.0 - https://smarthomesysadmin.com/home-assistant-chore-tracker-2-0-part-1-chore-tracker-setup/
Choreops:



