Skip to content
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

Fix target temperature step attribute name error #4039

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

isonet
Copy link
Contributor

@isonet isonet commented Dec 7, 2023

Summary

Fix wrong attribute name for the target temperature step.

Correct one is target_temp_step (which is returned by the API) instead of target_temperature_step.

Currently it is not possible to adjust the temperature of a thermostat in the Android device controls to a step size smaller than 1.

Fix wrong attribute name for the target temperature step. Correct one is target_temp_step (which is returned by the API) instead of target_temperature_step
Copy link
Member

@dshokouhi dshokouhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for the fix!

This is indeed correct and for quite sometime when looking at the HA core code

https://github.com/home-assistant/core/blob/dev/homeassistant/components/climate/const.py#L130

@JBassett JBassett merged commit 5d779a2 into home-assistant:master Dec 13, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants