We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e190c36 commit 7fbb64cCopy full SHA for 7fbb64c
tests/test_smile.py
@@ -490,7 +490,7 @@ async def tinker_thermostat_temp(
490
_LOGGER.info("Asserting modifying settings in location (%s):", loc_id)
491
test_temp = {"setpoint": 22.9}
492
if smile._cooling_present and not block_cooling:
493
- test_temp = {"setpoint_low": 19.5, "setpoint_high": 30.0}
+ test_temp = {"setpoint_low": 19.5, "setpoint_high": 23.5}
494
_LOGGER.info("- Adjusting temperature to %s", test_temp)
495
try:
496
await smile.set_temperature(loc_id, test_temp)
0 commit comments