- Implement [Core PR 75109](https://github.com/home-assistant/core/pull/75109) via plugwise module [v0.21.1](https://github.com/plugwise/python-plugwise/releases/tag/v0.21.1)
- Implement [Core PR 75161](https://github.com/home-assistant/core/pull/75161)
- Climate: implementing the new Climate classes `ClimateEntityFeature`, `HVACAction`, and `HVACMode`.
- Climate: fix bug in `hvac_modes` determination, implement changes from plugwise module [v0.21.1
- Climate: `async_set_temperature()`: support `hvac_mode`-change
- Refresh test fixtures
- Adapt tests/asserts
- Adapt to recent DUC changes wrt error handling
- DUC: provide a single error-message (platinum requirement) when the connection is lost (a single return-message is not needed, provided by the DUC)
- Fix cooldown-interval is None at init, raise max. to 10 (max in Core)
- Follow [Core PR 76610](https://github.com/home-assistant/core/pull/76610) (link to plugwise module v0.21.3, simplify/revert cooling-related code)
- Implement [Core PR 78680](https://github.com/home-assistant/core/pull/78680)
- Implement [Core PR 78935](https://github.com/home-assistant/core/pull/78935)