Hi all,
I am trying to figure out how to get my esp32 to display the days/month until a certain day.
Basically I want it to say something like “4 Month and 3 Days until Florida vacation” or “We are getting married in 219 Days”
I have been trying different things with templates in HA to write the remaining time in a datetime helper that I would then display, but did not get anywhere.
I am hoping that someone that is more familiar with templates and things can help me.
Hi,
thank you for the hint to use epoch. I finally got it to work.
I had the esp32 deactivated in HA, so it never go the correct time… Once I figured that out, it was fairly easy to set up.
I even managed to use helpers in HA to set the goal date and text for the display.