You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes: Fahrenheit support + Device Type
Improved Fahrenheit Support: Fixed incorrect rounding during conversion between Celsius and Fahrenheit. Previously, rounding issues limited temperature adjustments to 2°F increments. This update enables precise Fahrenheit step control. (issue #190 )
Device Type Fix: Resolved an issue of v.0.3.1 where air conditioners could not be controlled via the Home Assistant interface. This was caused by the incorrect use of the CLIMATE_REQUIRES_TWO_POINT_TARGET_TEMPERATURE flag.
Note: This fix was originally implemented in v.0.3.1 but was mistakenly omitted from the previous release build.