Track date of planting & days until harvest of plants

Hey guys,

I am looking for a simple tracking-Solution for my Garden.

I want to:

-create a plant/crop with a friendly-Name in Home Assistant
-add the Date the plant/crop was sown/planted
-add the time, the plant needs until harvest (in days)
and display these informations on a Card at the Dashboard.

Ideally this schould be possible from the Dashboard itself, but if someone could guide me to the solution on how to do this, That would be awsome!

1 Like

Sounds like a input_datetime for the crop / plating time, input_number for days until harvest and template sensor to add the two together / display in a nice format. Could also use multiple-entity-row to display them.

Each of the input_* entities can be set from the dashboard.