Skip to content

Commit a6af036

Browse files
committed
Adapt relevant testcases
1 parent b4f52ce commit a6af036

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

tests/test_smile.py

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,6 @@ async def test_connect_adam_plus_anna_new(self):
13811381
"name": "OpenTherm",
13821382
"vendor": None,
13831383
"binary_sensors": {
1384-
"cooling_state": False,
13851384
"dhw_state": False,
13861385
"flame_state": False,
13871386
"heating_state": True,
@@ -1465,42 +1464,6 @@ async def test_connect_adam_plus_anna_new_copy_dhw_and_heating(self):
14651464
await smile.close_connection()
14661465
await self.disconnect(server, client)
14671466

1468-
@pytest.mark.asyncio
1469-
async def test_connect_adam_plus_anna_new_copy_cooling(self):
1470-
"""Test Adam with Anna and cooling."""
1471-
testdata = {
1472-
# Central
1473-
"2743216f626f43948deec1f7ab3b3d70": {
1474-
"binary_sensors": {"cooling_state": True},
1475-
},
1476-
}
1477-
1478-
self.smile_setup = "adam_plus_anna_new_copy_cooling"
1479-
server, smile, client = await self.connect_wrapper()
1480-
1481-
await self.device_test(smile, testdata)
1482-
1483-
await smile.close_connection()
1484-
await self.disconnect(server, client)
1485-
1486-
@pytest.mark.asyncio
1487-
async def test_connect_adam_plus_anna_new_copy_dhw_and_cooling(self):
1488-
"""Test Adam with Anna and cooling."""
1489-
testdata = {
1490-
# Central
1491-
"2743216f626f43948deec1f7ab3b3d70": {
1492-
"binary_sensors": {"cooling_state": True, "dhw_state": True},
1493-
}
1494-
}
1495-
1496-
self.smile_setup = "adam_plus_anna_new_copy_dhw_and_cooling"
1497-
server, smile, client = await self.connect_wrapper()
1498-
1499-
await self.device_test(smile, testdata)
1500-
1501-
await smile.close_connection()
1502-
await self.disconnect(server, client)
1503-
15041467
@pytest.mark.asyncio
15051468
async def test_connect_adam_zone_per_device(self):
15061469
"""Test a broad setup of Adam with a zone per device setup."""

0 commit comments

Comments
 (0)