-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Introduce target_temperature_state_address for climate device #21541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce target_temperature_state_address for climate device #21541
Conversation
If I understand properly this is a breaking change ? The old behavior will break ? |
Yes. That's exactly why the label "breaking-change" was added. From the description: breaking change) Introduce target_temperature_state_address for climate devices (fixes #20106), users will need to update their configuration after this release and change target_temperature_address to target_temperature_state_address. |
You should then update PR description and write a clear paragraph that will be used in the release blog post (this is a paragraph for users, not for devs) |
It's already there. Just use the 4 list items in the description as changelog |
We will not use all those lines in the breaking changes section of the release... breaking change: users will need to update their configuration and change Is this enough for a normal user to read/fix ? |
Ah so you mean only for breaking change, then yes, that paragraph would be enough for users to know what to change |
I copied my sentence into the description, but can you update the title ? The current one is not very descriptive on the impact of the version change... |
I updated the title |
Description:
breaking change: users will need to update their configuration and change
target_temperature_address
totarget_temperature_state_address
.Update xknx to version 0.10.0 which contains the following fixes and features:
target_temperature_state_address
for climate devices (fixes KNX climate - target_temperature_address is used for reading AND writing #20106), users will need to update their configuration after this release and changetarget_temperature_address
totarget_temperature_state_address
.xknx.yml
no longer need to manually set min_kelvin and max_kelvin (fixes KNX - light.py issue #21251)Pull request in home-assistant.io with documentation (if applicable): home-assistant/home-assistant.io#8785
Checklist:
tox
. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
REQUIREMENTS
variable (example).requirements_all.txt
by runningscript/gen_requirements_all.py
..coveragerc
.If the code does not interact with devices: