Is it possible to limit the update frequency of “Combine the state of several sensors” helper sensors?
I’m using this sensor to combine several sensors coming from my Emporia Vue 2 running ESPHome, but I’ve found the frequency of data updates from the individual sensors means that this grouping sensor now is multiplying the size of the data updates going to my database. I care to retain some of the data from the individual sensors, but I don’t need the data from the combined sensor since it’s just an equation away from calculating what it was at that time. What’s the best way to limit this to prevent my database from growing so quickly?