I have an esphome energy sensor that is in Wh with accuracy set by default to 0 (i.e. 1 Wh resolution) .. but when I look in the energy dashboard in Home Assistant it correctly shows the bars in the individual device consumption but if i hover over it it only shows energy rounded to 1kWh (it seems to take the accuracy from the sensor without taking into consideration the conversion from Wh to kWh for the accuracy ... the value itself is correctly converted)
#Senor accuracy not converted for Wh -> kWh conversion in energy dashboard
1 messages · Page 1 of 1 (latest)
I think there's a bug open for this
do you happen to have a link? can't really find something related (maybe using the wrong search terms..)
Had to go look it up. https://github.com/home-assistant/frontend/issues/25806
thanks!