v0.2.0-beta.3
Pre-release
Pre-release
Fixed
- Clear
state_class_removedRepairs onunit_rate/supply_charge.
v0.2.0-beta.2 droppedstate_class=MEASUREMENTfrom these to fix the
inverse warning (#49), but that triggered HA'sstate_class_removed
Repair on installs that had previously recorded stats. Root cause was
usingdevice_class=MONETARYfor unit prices in the first place —
MONETARY is for cumulative amounts, not rates. Drop MONETARY from
unit_rate/supply_chargeand restorestate_class=MEASUREMENT;
HA's price-tracking integrations (Nordpool, Tibber) use the same
pattern.bill_projectionkeeps MONETARY withoutstate_class—
it's a forecast total, not a rate. Repairs banner clears on the next
coordinator update.