Skip to content

Releases: mill1000/midea-ac-py

2023.10.0

13 Oct 01:03
Compare
Choose a tag to compare

What's Changed

  • Remove invalid property and methods for climate platform by @mill1000 in #42
  • Remove "Keep Last Known Active State" option by @mill1000 in #43
  • Refactor integration to use a DataUpdateCoordinator by @mill1000 in #41
  • Intelligently populate fan speed options and add support for custom fan speeds by @mill1000 in #45
  • Only display swing mode features if device supports a swing mode by @mill1000 in #46

Full Changelog: 2023.9.5...2023.10.0

2023.9.5

19 Sep 01:19
Compare
Choose a tag to compare

What's Changed

  • Refresh device immediately on init
  • Update to msmart-ng 2023.9.5
  • Add config option for max connection lifetime by @mill1000 in #38

Full Changelog: 2023.9.4...2023.9.5

2023.9.4

15 Sep 20:48
Compare
Choose a tag to compare

Fix issue with auto configuration due to failing cloud connections.

What's Changed

  • Abort config flow on failed auto configuration by @mill1000 in #36
  • Update manifest for 2023.9.4 release by @mill1000 in #37

Full Changelog: 2023.9.3...2023.9.4

2023.9.3

14 Sep 01:57
Compare
Choose a tag to compare

Updated msmart-ng to 2023.9.3 with the following fixes:

  • Toggling display respects beep setting as reported in #21 .
  • Address some (not all) of the LAN communication issues reported in #30
  • Fix device enum fallback behavior which was not returning enum class instances. Close #32.

Full Changelog: 2023.9.2...2023.9.3

2023.9.2

02 Sep 22:17
Compare
Choose a tag to compare

What's Changed

  • Update config flow to not allow configuration of unsupported devices by @mill1000 in #25
  • Display temperature sensors as unavailable when unavailable by @mill1000 in #26
  • Add option to show all presets by @mill1000 in #28

Full Changelog: 2023.9.1...2023.9.2

2023.9.1

29 Aug 21:51
Compare
Choose a tag to compare

Update msmart-ng version to 2023.9.1 to address automatic configuration issues due to Cloud API timeouts.

Full Changelog: 2023.9.0...2023.9.1

2023.9.0

29 Aug 02:23
Compare
Choose a tag to compare

This is the first release using the new msmart-ng library with device discovery, proper async support and other code improvements.

  • Automatic device discovery and configuration is now supported via the GUI!
  • Presets are now only shown if supported by the device and are appropriate for the operation mode.
  • Prompt tone has been renamed to "beep".

Please report any issues you experience.

What's Changed

  • Support device discovery in config flow by @mill1000 in #18

Full Changelog: 2023.8.1...2023.9.0

2023.8.1

18 Aug 19:29
Compare
Choose a tag to compare

No significant functional changes. Changes are primarily limited to the manifest, HACS requirements and pinning the msmart package to a specific version.

This is the last planned "legacy" release. Future releases will be based on the upcoming msmart-ng development with automatic discover in the GUI and better async support.

What's Changed

  • Add required HACS actions for inclusion in default list. by @mill1000 in #17

Full Changelog: 2023.8.0...2023.8.1

2023.8.0

04 Aug 21:44
Compare
Choose a tag to compare

Generating a release to make this fork more official.

What's Changed

New Contributors

Full Changelog: v0.2.2...2023.8.0