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 492d873 commit 22bb36aCopy full SHA for 22bb36a
tests/test_smile.py
@@ -2240,6 +2240,7 @@ async def test_connect_anna_heatpump_cooling_to_off(self):
2240
self.smile_setup = "anna_heatpump_cooling"
2241
server, smile, client = await self.connect_wrapper()
2242
2243
+ smile.cooling_active = True
2244
await self.device_test(smile, testdata)
2245
await smile.close_connection()
2246
await self.disconnect(server, client)
0 commit comments