Releases: jensrossbach/esphome-ferraris-meter
Releases · jensrossbach/esphome-ferraris-meter
Release 1.3.1
‼️ Breaking Changes ‼️
Configuration element low_state_threshold
has been renamed to debounce_threshold
. If your YAML configuration file contains this element, you must adapt it accordingly, otherwise an error will occur during compilation of the ESPHome firmware.
What's Changed
- Rename low_state_threshold to debounce_threshold by @jensrossbach in #29
- Bump version to 1.3.1 by @jensrossbach in #30
Full Changelog: v1.3.0...v1.3.1
Release 1.3.0
What's Changed
- Update disclaimer to include documentation by @jensrossbach in #17
- Allow arbitrary number components for energy_start_value by @jensrossbach in #20
- Example configuration for multiple Ferraris electricity meters by @jensrossbach in #23
- Improve restoring of energy meter at boot by @jensrossbach in #25
- Add support for analog input with threshold as alternative to digital input by @jensrossbach in #26
- Bump version to 1.3.0 by @jensrossbach in #27
Full Changelog: v1.2.0...v1.3.0
Release 1.2.0
What's Changed
- Update README with table of contents and disclaimer by @jensrossbach in #7
- Fix wrong code owner by @jensrossbach in #11
- Use release tag in GitHub URL of example configuration by @jensrossbach in #12
- Add support for multiple electricity meters by @jensrossbach in #14
- Bump version to 1.2.0 by @jensrossbach in #15
Full Changelog: v1.1.0...v1.2.0
Release 1.1.0
What's Changed
- Replace Ferraris number and button components with template components by @jensrossbach in #3
- Add project information to example YAML file by @jensrossbach in #5
Full Changelog: v1.0.0...v1.1.0
Release 1.0.0
First public release