Releases: denpamusic/homeassistant-plum-ecomax
Releases · denpamusic/homeassistant-plum-ecomax
plum-ecomax v0.2.9
- Updated PyPlumIO library to v0.2.12.
plum-ecomax v0.2.8
- Support ecoMAX alerts via HASS logbook.
- Updated PyPlumIO library to v0.2.10.
plum-ecomax v0.2.7
- Updated PyPlumIO library to v0.2.9.
plum-ecomax v0.2.6
- Updated PyPlumIO library to v0.2.8.
plum-ecomax v0.2.5
- Updated PyPlumIO library to v0.2.7.
- Fixed connection not being correctly closed on HA stop.
- Fixed logging.
plum-ecomax v0.2.4
- Added services to set device parameters and update capabilities. See Services for more details.
plum-ecomax v0.2.3
- Added Total Fuel Burned meter and services to set/reset it's value.
This entity will keep track of burned pellets and it's value will be preserved across restarts. This replaces previously recommended method to track spent fuel with hass'es internal utility meter integration.
plum-ecomax v0.2.2
- Added support for config entry migration.
- Prevented connection close from being called twice on hass shutdown.
plum-ecomax v0.2.1
- Added fuel calorific value number
- Added software version and uid sensors.
- Changed burned fuel meter icon.
- Fixed malformed version number in program version response.
plum-ecomax v0.2.0
- Switched to using callbacks to update entities. Callbacks are called by underlying pyplumio library on value changes.
- Removed update interval setting.
- Number platform now uses native_value and native_step.
- Internally added support for callback filter functions in entity descriptions.
- Improved device capabilities detection.
- Improved translations and added translation for boiler mode.
- Improved responsiveness of numbers and switches. Changed value should now almost instantly be reflected in UI.
- Increased performance.
- Squashed a whole lot of bugs.