v1.3.5
What's Changed
Fix: Prevent PowerCalc double-counting of derived sensors
Marked 5 sensors as entity_category: diagnostic to prevent PowerCalc from automatically including them in power/energy groups:
- LastSessionPeakPowerSensor - was causing phantom 593W+ values in PowerCalc room groups
- LastSessionEnergySensor - statistical value, not a real-time measurement
- EnergyTodaySensor - daily aggregate, not suitable for group summation
- EnergyTotalSensor - cumulative total, duplicates the source energy sensor
- SmoothedPowerSensor - averaged value, not raw measurement
These sensors continue to work normally on dashboards and automations, but are now hidden from automatic discovery by energy management integrations like PowerCalc.
Full Changelog: v1.3.4...v1.3.5