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 fbde212 commit 3bf58b8Copy full SHA for 3bf58b8
tests/test_init.py
@@ -916,7 +916,7 @@ async def tinker_max_boiler_temp(smile, unhappy=False):
916
tinker_max_boiler_temp_passed = False
917
new_temp = 60.0
918
_LOGGER.info("- Adjusting temperature to %s", new_temp)
919
- for test in ["maximum_boiler_temperature", "bogus_temperature"]:
+ for test in ["maximum_boiler_temperature", "max_dhw_temperature", "bogus_temperature"]:
920
_LOGGER.info(" + for %s", test)
921
try:
922
await smile.set_number("dummy", test, new_temp)
0 commit comments