I have different senor types shown, mainly temperature and humidity etc …
When i click on those in the “regular” HASS interface it pops up a small windows with it’s historic data values. I also may add some specific history sensor that is configurable.
So what i’d like to see is: click/touch the “room temperature” value in hadashboard and a new window pops up showing a predefined graph.
Same for switches: Long press and show the switch’s history.
Any idea how to do that?
the only way to do that is to create a custom widget.
but a popup screen isnt easy and asks for very heavy programming in javascript, HTML and CSS.
things like this are on the to do list for a long time, but because it isnt easy that takes its time.