I have developed my first “custom card”, now i want to intercept a click on the table that i render for open the entity standard graph of the sensor… if i just add “@click=${this._press}” in the table and, of course, writing _press function with just a console.log it seems that console don’t report anything… what i’m miss on this a approach?
I solved, the problem was that i use HTMLElement instead of LitElement class! Now it work like a charm… just a question, if i want to open standard history graph what is the best way? My card show temperature in “heatmap” way (like you see) it can be cool if clicking a number it open standard history with line chart…