v0.1.5
Important fix for anyone relying on Home Assistant long-term statistics.
🐞 Bug fixes
- Stop corrupting the recorder's long-term statistics (#12). The integration back-filled the portal's recent datasets into long-term statistics by importing into the curated sensor entities — but those sensors already have a state class, so the recorder also generates statistics for them. The two writers collided on
(statistic_id, hour), causingUNIQUEconstraint violations that could abort the recorder's whole statistics run and break unrelated entities' statistics (e.g. solar production). The historical back-fill has been removed; history now comes solely from the recorder capturing live sensor states going forward. (07b30bd)
🧹 Maintenance
- Dropped the now-unused
recordermanifest dependency. (b4b7500) - Updated docs to reflect that there is no historical back-fill.
⚠️ Note for affected users
If your statistics were already broken by a previous version, clear the leftover rows via Developer Tools → Statistics ("Fix issues" / delete this integration's statistics). It also self-resolves once the overlapping hours age out.
Full changelog: v0.1.4...v0.1.5