Releases: CoMPaTech/stromer
*alpha-3* Initial switch attempt
Do not use - unless you have a development HA environment
(this might clutter your environment producing additional entities for switches which are named wrong)
*alpha-2* Initial switch attempt
Do not use - unless you have a development HA environment
(this might clutter your environment producing additional entities for switches which are named wrong)
*alpha* Initial switch attempt
Do not use - unless you have a development HA environment
(this will clutter your environment producing additional entities for switches which are named wrong)
Fix energy for HA Core 2023.12
Thanks to @sammyke007 for reporting and testing
What's Changed
- Migrate from MEASUREMENT to TOTAL/TOTAL_INC by @CoMPaTech in #63
- Correct version by @CoMPaTech in #66
Full Changelog: v0.2.8...v0.2.9
Rework energy to totals
Testing / Pre-release
What's Changed
- Migrate from MEASUREMENT to TOTAL/TOTAL_INC by @CoMPaTech in #63
- Correct version by @CoMPaTech in #66
Full Changelog: v0.2.8...v0.2.9a1
Code cleanup and quality improvements
This release includes code cleanup and quality improvements (e.g. typo, spelling, linting and sonarcloud suggestions) (releasing v0.2.8a0 beta)
[Pre-release / beta-test] Code cleanup and quality improvements
This pre-release includes (untested!) code cleanup and quality improvements (e.g. typo, spelling, linting and sonarcloud suggestions)
More properly fix units
In addition to v0.2.5 also correct the device_class
(from Power to Energy, thus supporting the change from W to Wh).
This will provide 'notices' in HA currently as it won't cope with the old/new data - depending on input #46 as a community we either accept losing the old data or introduce new sensor names (and you'd manually have to clean up anyway.
API maintenance fix
Unfortunately v0.2.5 re-used the broken maintenance-API commits. My sincere apologies!
Thanks to @simonwolf83 for providing the quick fix!