I have a tempest weather station, one of the sensor points is the rain rate which has an attribute for max rain rate that day.
I created a template sensor to make that attribute a sensor of its own sensor.max_rain_rate_today
. I’d like to add a glance card on my dashboard that shows me the max rain rate from the day before. Is there some way that I can pull the state of sensor.max_rain_rate_today
from 11:59pm the day before?