Skip to content

Releases: stackia/ha-deye-dehumidifier

v1.6.5

03 Jan 18:15
Compare
Choose a tag to compare

What's Changed

  • Fix ValueError: The item "2" is not in "[<DeyeFanSpeed.LOW: 1>, <DeyeFanSpeed.HIGH: 3>]" for some devices

Full Changelog: v1.6.4...v1.6.5

v1.6.4

27 Dec 10:19
Compare
Choose a tag to compare

What's Changed

  • Fix the 'Detected blocking call to load_default_certs' warning on startup
  • Add support for DYD-U20Air by @sususweet

Full Changelog: v1.6.3...v1.6.4

v1.6.3

19 Dec 23:10
c38cd2c
Compare
Choose a tag to compare

What's Changed

  • Try to fix initialize error in some situations. by @sususweet in #51

Full Changelog: v1.6.2...v1.6.3

v1.6.2

19 Dec 08:27
ba234cb
Compare
Choose a tag to compare

What's Changed

  • Add continuous switch according to official app only available when manual mode is on. Fix #48. by @sususweet in #49

Full Changelog: v1.6.1...v1.6.2

v1.6.1

18 Dec 14:00
a7aae81
Compare
Choose a tag to compare

What's Changed

  • Use DataUpdateCoordinator for device state polling to reduce parallel requests to Deye official cloud server
  • Adapt HA 2024.8, fix FanEntityFeature warnings
  • Display device online status
  • Fix #46 #45 #34

Thanks for @sususweet's contribution! (#47)

Full Changelog: v1.6.0...v1.6.1

v1.6.0

13 Dec 07:10
558131d
Compare
Choose a tag to compare

What's Changed

  • Add control support for new protocol like DYD-T22A3, DYD-D50A3 by @sususweet in #44

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

04 Apr 06:08
Compare
Choose a tag to compare

What's Changed

  • Update preset mode names for the dehumidifier entity (#27).
  • Use icons.json to define icon variants for entity states.
  • ha-deye-dehumidifier now requires homeassistant >= 2024.2.0. Older versions are no longer supported.

Full Changelog: v1.4.2...v1.5.0

v1.4.2

27 Mar 09:36
Compare
Choose a tag to compare

What's Changed

  • Fix the device state bouncing issue when posting multiple commands in a short while (#26).
  • Because some devices have very long heartbeat period, now we poll the device state every 10 seconds to improve responsiveness.
  • Add support for DYD-890T / DYD-8138T.

Full Changelog: v1.4.1...v1.4.2

v1.4.1

13 Jul 14:58
1b17489
Compare
Choose a tag to compare

What's Changed

  • Fix humidifier entity not working on homeassistant < 2023.7 (but we recommend you always upgrade to the latest homeassistant)

Full Changelog: v1.4.0...v1.4.1

v1.4.0

12 Jul 07:30
ea5accd
Compare
Choose a tag to compare

What's Changed

  • Models with fan control are now separated into two entities (humidifier + fan). This provides better HomeKit compatibility compared to the previous single climate entity.
  • The binary sensor of Fan state has been merged into the humidifier entity. The humidifier entity can now show Drying / Idle state on the UI. You can safely delete that Fan binary sensor if you are upgrading from a previous version.
  • When our entity is newly added to HA, we now provide a better entity ID than HA-generated ones. This only affects clear installations.
  • Fix incorrect icons on the Defrosting binary sensor.

Full Changelog: v1.3.1...v1.4.0