Releases: JeffSteinbok/hass-dreo
Releases · JeffSteinbok/hass-dreo
version 1.2.3
What's Changed
- Manage DR-HSH006S device model and Fix preset and target temperature due to control errors by @thomasGomes in #215
- Fix handling unknown device by @JeffSteinbok in #218
New Contributors
- @thomasGomes made their first contribution in #215
Full Changelog: v1.2.2...v1.2.3
version 1.2.2
What's Changed
- Fix syntax error blocking humidifier start
- Fix Warnings & PyLint by @JeffSteinbok in #206
- Add DR-HAC006S by @JeffSteinbok in #207
- Redact Raw Device List by @JeffSteinbok in #208
- Fix not redacting values when they are in a list (vs dictionary) by @JeffSteinbok in #209
- Fix bug in diagnostics by @JeffSteinbok in #210
Full Changelog: v1.2.0...v1.2.2
version 1.2.1
What's Changed
- Fix Warnings & PyLint by @JeffSteinbok in #206
- Add DR-HAC006S by @JeffSteinbok in #207
- Redact Raw Device List by @JeffSteinbok in #208
- Fix not redacting values when they are in a list (vs dictionary) by @JeffSteinbok in #209
- Fix bug in diagnostics by @JeffSteinbok in #210
Full Changelog: v1.2.0...v1.2.1
version 1.2.0
What's Changed
- Read swing angle ranges from device by @Airblader in #203
New Contributors
- @Airblader made their first contribution in #203
Full Changelog: v1.1.0b3...v1.2.0
version 1.1.0
Version 1.1.0 - Support for Humidifiers
Major Changes
- Support Humidifiers
Full Changelog: v1.0.2...v1.1.0b3
version 1.1.0b2
Version 1.1.0 - Support for Humidifiers
Major Changes
- Support Humidifiers
Changes since b1
- Fix platform not loading
Full Changelog: v1.0.2...v1.1.0b2
version 1.1.0b1
Version 1.1.0 - Support for Humidifiers
Major Changes
- Support Humidifiers
Full Changelog: v1.0.2...v1.1.0b1
version 1.0.2
Finally bumping the version number up v1.0 given I finally have a platform model I think may stick and also a start on tests. Thank you to everyone who helped test this, especially @iRonin.
Major Changes
- Refactor to allow more customization of entity types without overcomplicating the base fan class.
- More logging, clearer variable naming, lots of PyLint fixes.
- Unit-tests for the HA layer, as well as integration tests that test through the PyDreo layer as well.
- Support for Ceiling Fans w/ lights. You can control the lights separately from the fan.
- Minor fixes for heaters, including support for HSH017S
- Support for ambient temperature calibration.
Changes Since v1.0.1
- Fix ceiling fans not detected as fans in HA if no other fans were present.
Changes Since v1.0.0
- Fix ceiling fans not detected as fans in HA
Full Changelog: v0.8.4...v1.0.2
version 0.8.4
What's Changed
- Get rid of warning in logs about FAN_TURNON, TURN_OFF
- Python 3.12 and Ceiling Fan Fixes by @JeffSteinbok in #175
- HA Layer Unit-Tests by @JeffSteinbok in #176
- Move images to own directory. by @JeffSteinbok in #177
Full Changelog: v0.8.3...v0.8.4
version 0.8.3
What's Changed
- Quick and dirty break of HA imports in PyDreo by @JeffSteinbok in #170
- Fix speed detection for some fans. by @JeffSteinbok in #174
Full Changelog: v0.8.2...v0.8.3