This release requires HA 2025.10.0 or later.
Info
There is no longer any need to register Homematic(IP) Local for OpenCCU as a custom repository in HACS, as it is now registered directly with HACS. Existing HACS configurations will be migrated automatically (by HACS), so no further action is required.
What's Changed
- Bump aiohomematic to 2025.10.0
- Add CuXD parameters CMD_RETL and CMD_RETS to ignore list, to avoid warnings when reading the value without an appropriate configuration.
- CMD_RETL warning: use CUX28010xx:16.CMD_QUERY_RET=1 to activate CUX28010xx:16.CMD_RETL command!
- CMD_RETS warning: use CUX28010xx:16.CMD_QUERY_RET=1 to activate CUX28010xx:16.CMD_RETS command!
- Add them to unignore if you are able to handle the warnings.
- Fix device has_sub_devices
- Fix magic method issue with log_context in xml_rpc client
- Improve error message if service is not available
- Re-/Store last manual temperature of climate entity
- Add CuXD parameters CMD_RETL and CMD_RETS to ignore list, to avoid warnings when reading the value without an appropriate configuration.
- Improve config_flow error messages
- Remove deprecation warning (The deprecated argument hass was passed to verify_domain_control) of Home Assistant 2025.10.0 for Homematic(IP local)
- Use of improved API for registering platform entity services from HA
Full Changelog: 1.87.0...1.88.0