Releases: klejejs/ha-thermia-heat-pump-integration
Releases · klejejs/ha-thermia-heat-pump-integration
Bug fixes for heat pump statuses and operation mode
Refactor operational statuses and add power statuses
⚠️ Breaking changes ⚠️
- The operational status code is refactored to show all available operational statuses instead of predefined ones; thus, the existing operational status entity names and IDs will change. This can impact any scripts or automations that include operational statuses or Lovelace dashboards that display them. This change will also make some existing entities unavailable, as they are replaced, those unavailable entities can safely be deleted.
- Incorrect Auxiliary heater sensors have been removed in favor of new "Power Status" entities that will display whether any of the auxiliary heaters are running.
What's Changed
- Update ThermiaOnlineAPI version to 6.0.0 by @klejejs in #94
- Refactor operational statuses and add power statuses by @klejejs in #95
Full Changelog: 4.3.0...5.0.0
Added heating operational time
Disable operation mode feature if it is not available
What's Changed
Full Changelog: 4.1.0...4.2.0
General integration improvements
⚠️ Breaking changes ⚠️
- This release requires Home Assistant version 2024.8.0 or higher to work properly
What's Changed
- Update ThermiaOnlineAPI version to 5.1.0 by @klejejs in #84
- Add model_id to device_info for all exposed entities by @klejejs in 74578c6
- Fix #83 - use async_forward_entry_setups with await by @klejejs in b315788
- Improve development environment, bump requirements by @klejejs in 41b13be
Full Changelog: 4.0.0...4.1.0
Remove Genesis API, migrate to Classic API
Breaking changes
- Thermia has removed Genesis API and moved to use the previously named
classic
API for all devices, thus, with this release, the API type config option has been removed. In case any issues are encountered, please try setting up the integration again.
What's Changed
- Update ThermiaOnlineAPI version to 5.0.0 by @klejejs in #81
- Remove Genesis API config by @klejejs in #82
Full Changelog: 3.5.0...4.0.0
Update ThermiaOnlineAPI version
Fix settings parsing issue during auth flow
Fix issues with getting operational status for heat pumps
Fix operational status states
Breaking changes
- Operational status entity is removed as it is generally incorrect and was never showing a correct value. Please use operational status values for different elements to figure out the heat pump state.
What's Changed
- Fix constant deprecations
- Fix operational status states
- Update ThermiaOnlineAPI version by @klejejs in #66
- Update ThermiaOnlineAPI version by @klejejs in #67
Full Changelog: 3.2.0...3.3.0