Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST committed Feb 1, 2024
1 parent 90aba62 commit dc414f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/nibe_heatpump/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ class NibeClimateEntity(CoordinatorEntity[Coordinator], ClimateEntity):
_attr_supported_features = (
ClimateEntityFeature.TARGET_TEMPERATURE_RANGE
| ClimateEntityFeature.TARGET_TEMPERATURE
| ClimateEntityFeature.TURN_ON
)
_attr_hvac_modes = [HVACMode.AUTO, HVACMode.HEAT, HVACMode.HEAT_COOL]
_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 dc414f5

Please sign in to comment.