There’s outBattSta1 and inBattSta both of which I was after. I accidentally put the 1 on the end of inBattSta and not outBattSta so neither were working which had me looking for a bigger problem but not seeing the little one.
Is something in the unit of measurement option the way to get rid of the graph? I searched, but I couldn’t find a list of available units.
There will be one of two values recorded: “Normal” and “Low”…?
It would be better if I could get HA to display this more like it does the UV index:
If a sensor has a unit_of_measurement attribute then it will attempt to display it in a graph. If you want a bar instead of a graph, then just remove the unit_of_measurement attribute from the sensor’s configuration. But even after you do that, there will be historical states of the sensor in the database that still contain a unit_of_measurement attribute, and those will be plotted on a graph. If you just wait long enough those state recordings will eventually be purged from the database and you won’t see a graph anymore.