Skip to content

Releases: astrandb/miele

Bug fixes and perfomance improvements

23 May 20:13
Compare
Choose a tag to compare

Downloads for this release

Notable Changes

New Features

Translation

Dependencies

8 changes

Code quality and optimizations

  • Update ruff rules to 4.5 and fix subsequent suggestions @astrandb (#487)

Development tools

  • Update ruff rules to 4.5 and fix subsequent suggestions @astrandb (#487)

Support for warming drawer and some minor fixes

09 Mar 10:02
402ad8d
Compare
Choose a tag to compare

Downloads for this release

Notable Changes

This release contains support for Miele warming drawer and some minor fixes. Translation to Finnish is also added. Thank you @ExMacro

New Features

Translation

Dependencies

5 changes

Maintenance

Development tools

Next beta for dish warmer

19 Feb 22:21
0ca083a
Compare
Choose a tag to compare
Pre-release

Downloads for this release

Notable Changes

New Features

Translation

Dependencies

3 changes

Development tools

Beta version with support for dish warmer

19 Feb 16:32
7abb566
Compare
Choose a tag to compare

Downloads for this release

Notable Changes

New Features

Development tools

Bugfixes and maintenance

31 Jan 11:15
24e9f5f
Compare
Choose a tag to compare

Downloads for this release

Notable Changes

Bug fixes

  • Change from VacuumEntityDescription to StateVacuumEntityDescription to support HA2024.02 @ReneNulschDE (#422)
  • Catch more HTTP errors and show better log messages @astrandb (#423)

Translation

Dependencies

3 changes

Code quality and optimizations

Fix deprecation warnings in HA 2024.1.0

29 Dec 12:45
Compare
Choose a tag to compare

Downloads for this release

Notable Changes

Removal of a couple of deprecation warnings that otherwise would appear in Home Assistant 2024.1.0

Bug fixes

  • Fix deprecated time constant @astrandb (#407)
  • Remove deprecation warning for Change TEMP_CELSIUS constant to enum @astrandb (#409)

Dependencies

3 changes

Bugfix and some fine-tuning

23 Dec 16:11
d307a48
Compare
Choose a tag to compare

Downloads for this release

Notable Changes

New models of freezers and refrigerators have a slightly modified footprint in the API. This caused the integration to behave unpredictably.
Note that stale climate (thermostat) entities can appear if you have one of the affected models of freezers or refrigerators. These entities were created in the background by the previous version of the integration. They can be removed by opening the entity dialog and selecting the cog-wheel.

New Features

Bug fixes

  • More robust detection of zone count in cooling devices @astrandb (#401)

Translation

Dependencies

4 changes

Development tools

Beta - Bugfixes and performance improvements

20 Dec 17:54
3dea831
Compare
Choose a tag to compare

Downloads for this release

Notable Changes

New models of freezers and refrigerators have a slightly modified footprint in the API. This caused the integration to behave unpredictably.
Note that stale climate (thermostat) entities can appear if you have one of the affected models of freezers or refrigerators. These entities were created in the background by the previous version of the integration. They can be removed by opening the entity dialog and selecting the cog-wheel.

Please report any issues with this release here on Github.

New Features

Bug fixes

  • More robust detection of no of zones in cooling devices @astrandb (#401)

Translation

Dependencies

4 changes

Improved detection of number of heat zones.

22 Nov 11:44
Compare
Choose a tag to compare

Downloads for this release

Notable Changes

Some hobs dont report the number of available heat zones if the hob is turned off. This can confuse the integration. The logic to detect and compensate for this flaw in the API is now improved.

Bug fixes

Translation

Miscellaneous improvements

20 Nov 16:24
Compare
Choose a tag to compare

Downloads for this release

Notable Changes

This release contains some work on induction hubs and steam ovens. Thank you @bartkummel and @TomF79 for helping out with the reverse engineering.
There are also changes in how device names are constructed when the devices are first installed in the integration. Localized type names will be used if available in the Miele API.
And at last: Improved error messages for OAuth2 in config_flow - will appear when HA is upgraded to v2023.12

New Features

Breaking changes

  • Use localized name of appliance device type if available @astrandb (#375)

Translation

Dependencies

Code quality and optimizations

Development tools