hello.
i have a statistics graph card where i display some values from sensors. so far so hoopy. but now i want to show the setpoint (which is stored in an input number) in that same graph. problem is, that input number stubbornly refuses to appear. why? am i doing something wrong? how can i get that sucker to show up?
I don’t believe that input numbers have/store long-term statistics. History card should work or you could create a template sensor that just pulls the input number and stores LTS.
If you need that input_number helper to show some static line - a possible workaround could be using a min_y_axis option (will give a SIMILAR, not exact result).