Skip to content

Releases: Andre0512/hon

v0.11.0-beta.1

11 Jan 01:13
Compare
Choose a tag to compare
v0.11.0-beta.1 Pre-release
Pre-release

Only for HomeAssistant 2024.1

Full Changelog: v0.10.1...v0.11.0-beta.1

v0.10.1

21 Nov 01:34
Compare
Choose a tag to compare
  • Fix missing prStr #117 #125
  • Send programName #124
  • Add fresh zone for fridge #126
  • Move config sensors to diagnose #123
  • Set dependencies more loosely #122

Full Changelog: v0.10.0...v0.10.1

v0.10.1-beta.1

05 Oct 23:35
Compare
Choose a tag to compare
v0.10.1-beta.1 Pre-release
Pre-release
  • Always set a prStr #117

v0.10.0

03 Oct 00:01
Compare
Choose a tag to compare
  • Fix dependency issue for home assistant >=2023.10.0 #114
  • Add stain level for new Haier wm/wd #105 #112
  • Set fan position for ac #97 #108
  • Add compatibility for more fridge models #93
  • Add some more sensors for wm, wd and td

Full Changelog: v0.9.1...v0.10.0

v0.10.0-beta.1

02 Oct 01:48
Compare
Choose a tag to compare
v0.10.0-beta.1 Pre-release
Pre-release
  • Fix dependency issues #114
  • Add stain level for new Haier WM/WD #105 #112

v0.9.2-beta.1

27 Jul 17:26
37570ee
Compare
Choose a tag to compare
v0.9.2-beta.1 Pre-release
Pre-release

Fix for those who still have problems with the dependency on pyhOn
-> The versions of pyhOn's dependent packages are now set to "compatible releases"

v0.9.1

22 Jul 10:06
Compare
Choose a tag to compare
  • Fix problem with control of some acs #92
  • Fix crashes of command loader when base program of favorites was renamed #95
  • Upgrade aiohttp version to fix conflict with home-assistant 2023.7.3 #98

v0.9.1-beta.1

19 Jul 18:26
Compare
Choose a tag to compare
v0.9.1-beta.1 Pre-release
Pre-release
  • Fix syncing empty parameters to settings #92

v0.9.0

11 Jul 22:42
Compare
Choose a tag to compare

What's Changed

  • Support for new appliances
    • Air Purifier #72
    • Wine Cellar #65
  • New home assistant entities
    • Light (WC, HO, AP)
    • Lock (AP)
    • Fan (HO)
  • Use easily identifiable names instead of numbers for some states and switches #68
  • Support for program rules with multiple conditions
  • Fix deprecated import by @richibrics in #78
  • Add Dirty Level, Steam Level and Hygiene for some Hoover/Candy washer dryer and washing maschines
  • Fix random resets in air conditioner #75
  • Fix for jumping values on controls like switches
    The hon api needs 3-7 seconds to apply new settings, if in this time an update takes place, the controls jump on and off -> As a solution, the controls are now protected from API updates for 10 seconds (after changes)
  • New button to create data archive
    Please consider to add your appliances data to the new hon-test-data collection.
    This helps to develop new features and not break compatibility in newer versions.

New Contributors

Full Changelog: v0.8.1...v0.9.0

v0.9.0-beta.10

10 Jul 22:25
Compare
Choose a tag to compare
v0.9.0-beta.10 Pre-release
Pre-release
  • Fix errors in changing air conditioner fan and hvac mode #84