Skip to content

Releases: jasperslits/haithowifi

v2.2.0-b2

06 Dec 07:51
Compare
Choose a tag to compare
v2.2.0-b2 Pre-release
Pre-release
Add migration path

v2.2.0-b1

05 Dec 13:34
Compare
Choose a tag to compare
v2.2.0-b1 Pre-release
Pre-release

Split HRU -> ECO 350 and ECO

2.1.0

02 Dec 14:56
f517055
Compare
Choose a tag to compare

Functionality changes

Code quality changes

Full Changelog: v2.0.0...v2.1.0

2.1.0-b3

21 Nov 12:49
91d7bae
Compare
Choose a tag to compare
2.1.0-b3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.1.0-b2...2.1.0-b3

v2.1.0-b2

19 Nov 09:34
fbb5568
Compare
Choose a tag to compare
v2.1.0-b2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.1.0-b1...v2.1.0-b2

v2.1.0-b1

16 Nov 18:42
3c3bad3
Compare
Choose a tag to compare
v2.1.0-b1 Pre-release
Pre-release

What's Changed

  • One Home Assistant Device per Autotemp Control Unit and Autotemp Spider (room thermostats) by @benjamin-dcs in #57
  • Create 'Last Command' entities (last command + source) by @benjamin-dcs in #60

Full Changelog: v2.0.0...v2.1.0-b1

v2.0.0 - Major improvements

14 Nov 15:04
a23efb8
Compare
Choose a tag to compare

BREAKING CHANGES

Breaking changes for all devices

This version changes the entity id's for all entities within a device. Due to this change old entities will no longer be provided by the integration and no longer work. You will need to reconfigure the integration:

  1. Navigate to Settings -> Devices & Services and find Itho WiFi Add-on.
  2. For each entry press the three dots and press Delete.
  3. Reconfigure a new entry by pressing Add device for each Itho Wifi Add-on you own.

If you would like to keep your history, rename the new entity to its old entity.

Breaking change for CVE only

  • MQTT Base topic changed for CVE to ithocve. Change this in the Itho Add-On of Arjen under MQTT configuration.

What's Changed

  • Additional sensors created, see README for overview of supported sensors.
  • Support of devices in Home Assistant with each entity is linked to a device.
  • Rework of configuration flow where there is one config entry created per device.
  • Integration renamed in manifest from "Itho Add-on" to "Itho WiFi Add-on" for consistency.
  • Improved sensor and config flow translations for Dutch and English.

Housekeeping

  • Major rework of the integration for better consistency, maintainability and a better fit with Home Assistant
  • Code refactoring for sensor set up.
  • Code quality improvements by using ruff for linting.

Full Changelog: v1.4...v2.0.0

v1.4 - Icons and Relative humidity improvements

01 Nov 08:10
ebd34c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3...v1.4

v1.3

28 Oct 10:10
1563229
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2...v1.3

v1.2 - Improvements for Non-CVE and cleanups

26 Oct 09:40
Compare
Choose a tag to compare

This release contains key contributions from @benjamin-dcs and covers:

New sensors for Non-CVE devices

  • Bypass binary switch
  • Global fault code
  • Airfilter counter

Housekeeping

  • Linting and code formatting
  • Updated NL and EN translations for config flow
  • Added @benjamin-dcs as code owner