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 7e7930e commit 16356c9Copy full SHA for 16356c9
tests/test_adam.py
@@ -320,6 +320,8 @@ async def test_adam_heatpump_cooling(self):
320
assert smile._last_active["8cf650a4c10c44819e426bed406aec34"] == WERKDAG_SCHEMA
321
assert smile._last_active["5cc21042f87f4b4c94ccb5537c47a53f"] == WERKDAG_SCHEMA
322
assert self.entity_items == 497
323
+ assert self.cooling_present
324
+ assert smile._cooling_enabled
325
326
await smile.close_connection()
327
await self.disconnect(server, client)
0 commit comments