Releases: jasperslits/haithowifi
Releases · jasperslits/haithowifi
v2.2.0-b2
Add migration path
v2.2.0-b1
Split HRU -> ECO 350 and ECO
2.1.0
Functionality changes
- Create 'Last Command' entities (last command + source) by @benjamin-dcs in #60
- One Home Assistant Device per Autotemp Control Unit and Autotemp Spider (room thermostats) by @benjamin-dcs in #57
- Handle invalid values for HRU air quality by @benjamin-dcs in #67
- Correct NL translations by @jasperslits in #71
Code quality changes
- Rename info to user_input by ruff by @benjamin-dcs in #63
- Split Sensors/Diagnostic Sensors by @benjamin-dcs in #65
- Simplify message_received methods by @benjamin-dcs in #70
Full Changelog: v2.0.0...v2.1.0
2.1.0-b3
What's Changed
- Handle invalid values for HRU air quality by @benjamin-dcs in #67
- Simplify message_received methods by @benjamin-dcs in #70
Full Changelog: v2.1.0-b2...2.1.0-b3
v2.1.0-b2
What's Changed
- Split Sensors/Diagnostic Sensors by @benjamin-dcs in #65
Full Changelog: v2.1.0-b1...v2.1.0-b2
v2.1.0-b1
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
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:
- Navigate to
Settings
->Devices & Services
and findItho WiFi Add-on
. - For each entry press the three dots and press
Delete
. - 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
What's Changed
- Add more specific icons for entitites by @benjamin-dcs in #16
- Filter RH values > 100% by @benjamin-dcs in #19
- Add RH Error Code Description by @benjamin-dcs in #20
Full Changelog: v1.3...v1.4
v1.3
What's Changed
- Dynamic Bypass Position Icon by @benjamin-dcs in #8
- Maintenance attributes of airfilter counter as date only by @benjamin-dcs in #10
- Omit Room from autotemp entity names by @jasperslits in #12
- Delete custom_components/ithodaalderop/strings.json by @benjamin-dcs in #9
- Fix unit types for autotemp rooms by @jasperslits in #13 - Be sure to Fix your statistics
- Add missing translations by @benjamin-dcs in #11
- Add Highest received RH value (%RH) Sensor by @benjamin-dcs in #14
- Add Highest received CO2 value (Ppm) Sensor by @benjamin-dcs in #15
Full Changelog: v1.2...v1.3
v1.2 - Improvements for Non-CVE and cleanups
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