How could I implement something similar in home assistant? It’s a sowing calendar presented as a Gantt Chart. I want to implement it in Home Assistant so that I can keep track of when to sow and harvest vegetables in my garden (throught notifications).
I’ve looked at the Gantt Plugin for Grafana (which is not supported anymore), but can’t find a way to create the Gantt Chart and implement it in Home Assistant.
A timeline-based Lovelace card could work well for this, especially if you want to see everything at a glance without too much clutter. If you’re familiar with how a jira gantt chart lays out tasks over time, you could apply a similar concept using HA’s custom bar cards or the ApexCharts integration. Assign each plant a row and color-code them for easy tracking. This way, you get a clean visual of your sowing schedule.