Skip to content

Commit

Permalink
Merge pull request #72 from daroga0002/temperature-step
Browse files Browse the repository at this point in the history
add target_temperature_step
  • Loading branch information
anarion80 authored Apr 3, 2024
2 parents 2ba23ea + 3693145 commit a558675
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom_components/tech/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@ def temperature_unit(self):
"""Return the unit of measurement."""
return UnitOfTemperature.CELSIUS

@property
def target_temperature_step(self):
"""Return the supported step of target temperature."""
return 0.1

@property
def current_temperature(self):
"""Return the current temperature."""
Expand Down

0 comments on commit a558675

Please sign in to comment.