Skip to content

Commit

Permalink
Update target_temperature_step for NSPanel to 0.5 #1449
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Sep 7, 2024
1 parent 04dee31 commit a34a5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sonoff/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class XClimateNS(XEntity, ClimateEntity):
_attr_max_temp = 31
_attr_min_temp = 16
_attr_temperature_unit = UnitOfTemperature.CELSIUS
_attr_target_temperature_step = 1
_attr_target_temperature_step = 0.5

# https://developers.home-assistant.io/blog/2024/01/24/climate-climateentityfeatures-expanded
if (MAJOR_VERSION, MINOR_VERSION) >= (2024, 2):
Expand Down

0 comments on commit a34a5a2

Please sign in to comment.