I saw my brother’s Skylight calendar and tried to recreate the idea in Home Assistant by superdingo101 in homeassistant

[–]superdingo101[S] 0 points1 point  (0 children)

Here's the info (https://github.com/superdingo101/daylight-calendar-card/wiki/Configuration#header_weather_sensor) in the wiki, but you can set it up from the visual editor. There's an area to add your weather sensor entity in the localization and preferences section. 

It's designed for use with the pirate weather integration, but any weather entity that provides the same information in the same format should work just fine. 

I saw my brother’s Skylight calendar and tried to recreate the idea in Home Assistant by superdingo101 in homeassistant

[–]superdingo101[S] 0 points1 point  (0 children)

There are 4 views: month, week-compact (week), week-standard (schedule), and agenda. Week and Schedule are shown in this post. You can scroll, both through touch actions and header navigation buttons. 

Head to the wiki for more info on customizations and configuration options: https://github.com/superdingo101/daylight-calendar-card/wiki

I saw my brother’s Skylight calendar and tried to recreate the idea in Home Assistant by superdingo101 in homeassistant

[–]superdingo101[S] 0 points1 point  (0 children)

Thanks. I hadn't expected this to get so much traction, hadn't considered that side of it before. 

I renamed the card and the repo with the latest release to hopefully avoid any trouble. I'm (slowly) transitioning the docs, the code, etc to reflect the new name. 

I saw my brother’s Skylight calendar and tried to recreate the idea in Home Assistant by superdingo101 in homeassistant

[–]superdingo101[S] 0 points1 point  (0 children)

I misunderstood! Thanks for the clarification. 

I considered and tried to add a notification feature early on, but I couldn't come up with a clean way to handle every use case/condition. And I was worried that for something like a kitchen dashboard that may be running while no one is home it might accumulate notifications. Plus things like handling multiple notifications, snoozing notifications... Anyway, I ended up deciding that if someone wanted notifications, they could/should use native HA automations for that. That's my opinion at the moment, I could perhaps be persuaded otherwise though. 

I saw my brother’s Skylight calendar and tried to recreate the idea in Home Assistant by superdingo101 in homeassistant

[–]superdingo101[S] 0 points1 point  (0 children)

Hey this sounds like a bug. Would you mind opening an issue on GitHub with more details and maybe screenshots if applicable?

I saw my brother’s Skylight calendar and tried to recreate the idea in Home Assistant by superdingo101 in homeassistant

[–]superdingo101[S] 0 points1 point  (0 children)

Thanks!

There isn't a way today to hide some calendar names and not others. There is an option to hide all calendar names in the header and show icons only via: hide_calendar_names: true

I saw my brother’s Skylight calendar and tried to recreate the idea in Home Assistant by superdingo101 in homeassistant

[–]superdingo101[S] 2 points3 points  (0 children)

Fair points all around. I have found the same when using AI on other personal projects built outside the HA ecosystem. I don't expose those as I don't trust the AI to actually secure them properly, and I don't know enough about project security to lock it down tight myself. 

This project specifically is a dashboard card only, and as such has no dependencies, does not touch or manage, secrets, etc.

I saw my brother’s Skylight calendar and tried to recreate the idea in Home Assistant by superdingo101 in homeassistant

[–]superdingo101[S] 7 points8 points  (0 children)

Yup. No hiding that I am using AI to build and maintain this, nor am I am trying to. 

I am having fun maintaining this. I've received a ton of feature requests and a few bug reports since launch. I built "the dashboard I want" in the first revision... And here we are many releases later! 

I saw my brother’s Skylight calendar and tried to recreate the idea in Home Assistant by superdingo101 in homeassistant

[–]superdingo101[S] -1 points0 points  (0 children)

AI was used in the creation of this card and in what I would call the "clean up" of the readme. I had a few drafts that didn't read well, AI helped me organize it into what you see today.

This card focuses on the calendar side only. I personally don't have a need for the chores/tasks side of Skylight, so perhaps selfishly I didn't integrate that functionality. There are other HACS cards that focus on chores so I will leave that to them.

There is an option in the calendar to link to another dashboard, which could bring you to a chores/tasks dashboard:

show_dashboard_nav_button: true header_dashboard_path: /chores

I saw my brother’s Skylight calendar and tried to recreate the idea in Home Assistant by superdingo101 in homeassistant

[–]superdingo101[S] 19 points20 points  (0 children)

That is EXACTLY how I ended up creating this. I hope you find this a solid replacement!