Skip to content

Commit 7fbb64c

Browse files
committed
Revert changing setpoint_high to MAX_SETPOINT
1 parent e190c36 commit 7fbb64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ async def tinker_thermostat_temp(
490490
_LOGGER.info("Asserting modifying settings in location (%s):", loc_id)
491491
test_temp = {"setpoint": 22.9}
492492
if smile._cooling_present and not block_cooling:
493-
test_temp = {"setpoint_low": 19.5, "setpoint_high": 30.0}
493+
test_temp = {"setpoint_low": 19.5, "setpoint_high": 23.5}
494494
_LOGGER.info("- Adjusting temperature to %s", test_temp)
495495
try:
496496
await smile.set_temperature(loc_id, test_temp)

0 commit comments

Comments
 (0)