Skip to content

Commit

Permalink
Elga_2_cooling: tests again after async_update
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed Dec 7, 2024
1 parent 7c6901d commit c2deae7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_anna.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,13 @@ async def test_connect_anna_elga_2_cooling(self):
assert not self._cooling_enabled
assert not self._cooling_active

result = await self.tinker_thermostat(
smile,
"d3ce834534114348be628b61b26d9220",
good_schedules=["Thermostat schedule"],
)
assert result

await smile.close_connection()
await self.disconnect(server, client)

Expand Down

0 comments on commit c2deae7

Please sign in to comment.