Skip to content

Commit

Permalink
Fix ClimateEntityFeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Jul 21, 2024
1 parent 6d4dd90 commit 22c6b02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/cometblue/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ class CometBlueClimateEntity(CometBlueBluetoothEntity, ClimateEntity):
ClimateEntityFeature.TARGET_TEMPERATURE
| ClimateEntityFeature.TARGET_TEMPERATURE_RANGE
| ClimateEntityFeature.PRESET_MODE
| ClimateEntityFeature.TURN_ON
| ClimateEntityFeature.TURN_OFF
)
_attr_target_temperature_step = PRECISION_HALVES
_attr_temperature_unit = UnitOfTemperature.CELSIUS
Expand Down

0 comments on commit 22c6b02

Please sign in to comment.