Move the logic used to set the target room temperature to the opentherm_gw hub in __init__.py.
This makes it easier to call it from other platforms while maintaining the logic in one place.
Type of change
[ ] Dependency upgrade
[ ] Bugfix (non-breaking change which fixes an issue)
[ ] New integration (thank you!)
[ ] New feature (which adds functionality to an existing integration)
[ ] Deprecation (breaking change to happen in the future)
[ ] Breaking change (fix/feature causing existing functionality to break)
[x] Code quality improvements to existing code or addition of tests
Additional information
This PR fixes or closes issue: fixes #
This PR is related to issue: #131376
Link to documentation pull request:
Checklist
[x] The code change is tested and works locally.
[x] Local tests pass. Your PR cannot be merged unless tests pass
Proposed change
Move the logic used to set the target room temperature to the opentherm_gw hub in
__init__.py
. This makes it easier to call it from other platforms while maintaining the logic in one place.Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: