Skip to content

Commit

Permalink
#56 max temp is 30, not 32
Browse files Browse the repository at this point in the history
  • Loading branch information
ohshazbot committed Jan 12, 2025
1 parent 2019874 commit 87fe6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/fujitsu_airstage/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class AirstageAC(AirstageAcEntity, ClimateEntity):
_attr_fan_modes = [FAN_QUIET, FAN_LOW, FAN_MEDIUM, FAN_HIGH]
_attr_temperature_unit = UnitOfTemperature.CELSIUS
_attr_target_temperature_step = 0.5
_attr_max_temp = 32
_attr_max_temp = 30
_attr_min_temp = 16
_attr_name = None
_turn_on_before_set_temp = False
Expand Down

0 comments on commit 87fe6b8

Please sign in to comment.