Skip to content

Commit

Permalink
Add migrated ClimateEntityFeature for Nibe Heat Pump (#109140)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST authored Feb 2, 2024
1 parent 72f1d8e commit d5d7400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/nibe_heatpump/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class NibeClimateEntity(CoordinatorEntity[Coordinator], ClimateEntity):
_attr_target_temperature_step = 0.5
_attr_max_temp = 35.0
_attr_min_temp = 5.0
_enable_turn_on_off_backwards_compatibility = False

def __init__(
self,
Expand Down

0 comments on commit d5d7400

Please sign in to comment.