Skip to content

Commit

Permalink
Fix heatrequesttemp range
Browse files Browse the repository at this point in the history
It impacts the "shift" use case.

Fix #183
  • Loading branch information
kamaradclimber committed Jan 12, 2024
1 parent 59ca622 commit b199e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/aquarea/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def build_numbers(mqtt_prefix: str) -> list[HeishaMonNumberEntityDescription]:
on_receive=partial(
guess_shift_or_direct_and_clamp_min_max_values,
range(-5, 6),
range(20, 61),
range(7, 61),
),
),
HeishaMonNumberEntityDescription(
Expand Down

0 comments on commit b199e2d

Please sign in to comment.