diff --git a/tests/test_anna.py b/tests/test_anna.py index 918269fa5..177eaa007 100644 --- a/tests/test_anna.py +++ b/tests/test_anna.py @@ -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)