I’m using the Emporia Vue with ESPhome to track my energy usage. I have two entities that are tracking the furnace and A/C
When the A/C runs the furnace also runs to circulate the air. So I want to combine those two entities into one. I did that using a sum helper
I can add the separate air conditioner and furnace sensors to the energy dashboard with out a problem, but when I try to add the combined sensor I get the errors “Unexpected device class
The following entities do not have the expected device class” and “Last reset missing
The following entities have state class ‘measurement’ but ‘last_reset’ is missing”
Is there any way to add the combined entity using the sum helper to the energy dashboard?