Releases: stackia/ha-deye-dehumidifier
Releases · stackia/ha-deye-dehumidifier
v1.6.5
v1.6.4
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
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
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
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
What's Changed
- Add control support for new protocol like DYD-T22A3, DYD-D50A3 by @sususweet in #44
New Contributors
- @sususweet made their first contribution in #44
Full Changelog: v1.5.0...v1.6.0
v1.5.0
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
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
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
What's Changed
- Models with fan control are now separated into two entities (
humidifier
+fan
). This provides better HomeKit compatibility compared to the previous singleclimate
entity. - The binary sensor of
Fan
state has been merged into the humidifier entity. The humidifier entity can now showDrying
/Idle
state on the UI. You can safely delete thatFan
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