v0.8.0 💪 Custom reset intervals and a calibrate service
github-actions
released this
19 Apr 19:14
·
146 commits
to refs/heads/main
since this release
This release introduces a calibrate service which can be used to adjust the value of the sensor. E.g. you start measuring the number of coffees your coffee machine produces, but it already brewed 50 cups before you configured MeasureIt. You can now set it to 50!
Until now, all sensors other than hourly ones, were resetting at midnight. It is now also possible to reset your sensors at custom intervals by means of a cron expression. E.g.: when you want to measure the time you spent in bed, it's not very convenient if the sensor resets at midnight.
Changes
- Update dependency ruff to v0.4.1 @renovate (#124)
- Refactor reset service implementation @danieldotnl (#122)
- Implement a calibrate service @danieldotnl (#121) Closes #115
- Add support for custom cron expressions @danieldotnl (#120) Closes #102
- Update README.md @danieldotnl (#123)
- Update dependency ruff to v0.3.7 @renovate (#118)
- Update dependency pytest-homeassistant-custom-component to v0.13.114 @renovate (#119)
- Update szenius/set-timezone action to v2 @renovate (#117)
- Update dependency pytest-homeassistant-custom-component to v0.13.113 @renovate (#116)