Skip to content

Commit 74d47b8

Browse files
committed
Fix test_connect_anna_heatpump_heating asserts
1 parent 5a8536d commit 74d47b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_smile.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3894,7 +3894,7 @@ async def test_connect_anna_heatpump_heating(self):
38943894
"1cbf783bb11e4a7c8a6843dee3a86927": {
38953895
"dev_class": "heater_central",
38963896
"location": "a57efe5f145f498c9be62a9b63626fbf",
3897-
"model": "Generic heater",
3897+
"model": "Generic heater/cooler",
38983898
"name": "OpenTherm",
38993899
"vendor": "Techneco",
39003900
"maximum_boiler_temperature": {
@@ -4015,9 +4015,8 @@ async def test_connect_anna_heatpump_heating(self):
40154015
assert smile.gateway_id == "015ae9ea3f964e668e490fa39da3870b"
40164016
assert smile._last_active["c784ee9fdab44e1395b8dee7d7a497d5"] == "standaard"
40174017
assert smile.device_items == 63
4018-
assert not self.cooling_present
40194018
assert not self.notifications
4020-
4019+
assert self.cooling_present
40214020
assert not smile._cooling_enabled
40224021
assert not smile._cooling_active
40234022

0 commit comments

Comments
 (0)