-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[ecobee] Increase temperature precision to decimal #14517
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
...ab.binding.ecobee/src/main/java/org/openhab/binding/ecobee/internal/handler/EcobeeUtils.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just have one question about the conversion truncating vs rounding up/down.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
You still have to apply spotless, to fix the failing build. |
When spotless is applied and DCO is fixed, we can merge. @darthbevis, can you also rename the PR title to summarize the user-experienced improvement in a few words? |
Correcting rounding of setHold values so we have 0.1°F tolerance instead of 1°F. Makes it easier to use in °C Signed-off-by: darthbevis <darthbevis@gmail.com>
Signed-off-by: darthbevis <darthbevis@gmail.com>
e195499
to
8026ca5
Compare
May i suggest a hsorter title for the release notes?: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
* Update EcobeeUtils.java Correcting rounding of setHold values so we have 0.1°F tolerance instead of 1°F. Makes it easier to use in °C Signed-off-by: darthbevis <darthbevis@gmail.com> Signed-off-by: miloit <MichaelLoercher@web.de>
* Update EcobeeUtils.java Correcting rounding of setHold values so we have 0.1°F tolerance instead of 1°F. Makes it easier to use in °C Signed-off-by: darthbevis <darthbevis@gmail.com> Signed-off-by: miloit <MichaelLoercher@web.de>
* Update EcobeeUtils.java Correcting rounding of setHold values so we have 0.1°F tolerance instead of 1°F. Makes it easier to use in °C Signed-off-by: darthbevis <darthbevis@gmail.com>
* Update EcobeeUtils.java Correcting rounding of setHold values so we have 0.1°F tolerance instead of 1°F. Makes it easier to use in °C Signed-off-by: darthbevis <darthbevis@gmail.com>
Correcting rounding of setHold values so we have 0.1°F tolerance instead of 1°F. Makes it easier to use in °C
Signed-off-by: Bevan Watkiss darthbevis@gmail.com