Skip to content

Commit 9ce705f

Browse files
committed
Adapt relevant testcases
1 parent ac87957 commit 9ce705f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_smile.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,6 @@ async def test_connect_legacy_anna(self):
610610
"model": "4.21",
611611
"name": "OpenTherm",
612612
"vendor": "Bosch Thermotechniek B.V.",
613-
"cooling_active": False,
614613
"binary_sensors": {"flame_state": True, "heating_state": True},
615614
"sensors": {
616615
"water_temperature": 23.6,
@@ -711,7 +710,6 @@ async def test_connect_legacy_anna_2(self):
711710
"model": "Generic heater",
712711
"name": "OpenTherm",
713712
"vendor": None,
714-
"cooling_active": False,
715713
"binary_sensors": {"flame_state": False, "heating_state": False},
716714
"sensors": {
717715
"water_temperature": 54.0,
@@ -893,7 +891,6 @@ async def test_connect_anna_v4(self):
893891
"model": "2.32",
894892
"name": "OpenTherm",
895893
"vendor": "Bosch Thermotechniek B.V.",
896-
"cooling_active": False,
897894
"binary_sensors": {
898895
"dhw_state": False,
899896
"flame_state": True,
@@ -1105,7 +1102,6 @@ async def test_connect_anna_without_boiler_fw42(self):
11051102
"model": "Unknown",
11061103
"name": "OnOff",
11071104
"vendor": None,
1108-
"cooling_active": False,
11091105
"binary_sensors": {"heating_state": True},
11101106
},
11111107
# Anna
@@ -1384,7 +1380,6 @@ async def test_connect_adam_plus_anna_new(self):
13841380
"model": "Generic heater",
13851381
"name": "OpenTherm",
13861382
"vendor": None,
1387-
"cooling_active": False,
13881383
"binary_sensors": {
13891384
"cooling_state": False,
13901385
"dhw_state": False,
@@ -1766,7 +1761,6 @@ async def test_connect_adam_multiple_devices_per_zone(self):
17661761
"model": "Unknown",
17671762
"name": "OnOff",
17681763
"vendor": None,
1769-
"cooling_active": False,
17701764
"binary_sensors": {"heating_state": True},
17711765
"sensors": {
17721766
"water_temperature": 70.0,

0 commit comments

Comments
 (0)