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 bdf40b2 commit 78a482eCopy full SHA for 78a482e
tests/test_smile.py
@@ -4822,9 +4822,9 @@ async def test_connect_anna_loria_cooling_active(self):
4822
async def test_connect_anna_loria_driessens(self):
4823
"""Test an Anna with a Loria in heating mode - state idle."""
4824
testdata = {}
4825
- self.smile_setup = "Driessens"
+ self.smile_setup = "anna_loria_driessens"
4826
server, smile, client = await self.connect_wrapper()
4827
- # assert smile.smile_hostname == "smile000000"
+ assert smile.smile_hostname == "smile000000"
4828
4829
_LOGGER.info("Basics:")
4830
_LOGGER.info(" # Assert type = thermostat")
0 commit comments