Skip to content

Commit fca42d7

Browse files
committed
Revert changes in test as well
1 parent ee3d89d commit fca42d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_smile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,9 @@ async def tinker_switch(
484484
async def tinker_thermostat_temp(self, smile, loc_id, unhappy=False):
485485
"""Toggle temperature to test functionality."""
486486
_LOGGER.info("Asserting modifying settings in location (%s):", loc_id)
487-
test_temp = {"temperature": 22.9}
487+
test_temp = {"setpoint": 22.9}
488488
if smile._anna_cooling_present:
489-
test_temp = {"target_temp_low": 19.5, "target_temp_high": 23.5}
489+
test_temp = {"setpoint_low": 19.5, "setpoint_high": 23.5}
490490
_LOGGER.info("- Adjusting temperature to %s", test_temp)
491491
try:
492492
await smile.set_temperature(loc_id, test_temp)

0 commit comments

Comments
 (0)