Is there any way to display the min and max values of an Entity (Humidity, Lux, Temperature, etc) values from Statistics and NOT use a Template Sensor?
I have ~60 devices I want min/max values to display… that would be >180 template sensors… not good.
I want to create a card with a list of the rooms, using: markdown, flex table, etc. Nothing fancy but want to see it ‘all in one place’
Room1 … Current – Min – Max
Room2 … Current – Min – Max
Room3 … Current – Min – Max
It would be nice to be able to directly query HA from any Dashboard card to get any value. The gap is not being able to get the data directly from HA into a dashboard card… natively. I get the value of sensor entities but they should only be for ‘unique combinations’ of things or very complex calculations.
Creating sensor entities, for simple things like this, is a band-aid. I’m only 3 months into HA and it would ~100 in my system if I use a template sensor for everything people told me to.