Skip to content

Commit

Permalink
Use NumberMode.BOX for local temperature calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJulianJES committed Nov 25, 2024
1 parent d7e6544 commit c651f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zha/application/platforms/number/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ class ThermostatLocalTempCalibration(NumberConfigurationEntity):
_attribute_name = "local_temperature_calibration"
_attr_translation_key: str = "local_temperature_calibration"

_attr_mode: NumberMode = NumberMode.SLIDER
_attr_mode: NumberMode = NumberMode.BOX
_attr_native_unit_of_measurement: str = UnitOfTemperature.CELSIUS


Expand Down

0 comments on commit c651f24

Please sign in to comment.