2.1.0
Changes:
- Support reading of multiple values in one reading, this will reduce the number of readings from the meter, which improves the performance a lot and is also better for the battery in the meter.
- Fix the issue with
Infoevent
sensor,device_class
andstate_class
are not applicable for this sensor and have been removed
Important notes:
I've had these changes running in my production Home Assistant for almost a week and haven't found any issues. In case you see any issues, please report a bug and include logs and diagnostics
The code for reading multiple values at once is coming from bsdphk/PyKamstrup#6, thanks @adabrandt!!!
What's Changed
- Add codeql action by @golles in #47
- Add Codecov by @golles in #48
- Bump actions/stale from 6 to 7 by @dependabot in #50
- Update license copyright year(s) by @github-actions in #52
- Fix
Infoevent
sensor by @golles in #54 - Commands should be treated as `int by @golles in #55
- Update HACS URL by @wrt54g in #57
- Mark async tests with
@pytest.mark.asyncio
by @golles in #58 - Support reading of multiple values at once by @golles in #56
New Contributors
Full Changelog: 2.0.2...2.1.0