Skip to content

Commit e5b2b9c

Browse files
committed
Update relevant test-asserts
1 parent b1fe59d commit e5b2b9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_smile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,7 +2211,7 @@ async def test_connect_anna_heatpump_cooling_to_off(self):
22112211
"3cb70739631c4d17a86b8b12e8a5161b": {
22122212
"selected_schedule": "None",
22132213
"active_preset": "home",
2214-
"mode": "cool",
2214+
"mode": "heat",
22152215
"sensors": {
22162216
"illuminance": 25.5,
22172217
"cooling_activation_outdoor_temperature": 21.0,
@@ -2221,12 +2221,12 @@ async def test_connect_anna_heatpump_cooling_to_off(self):
22212221
# Heater central
22222222
"1cbf783bb11e4a7c8a6843dee3a86927": {
22232223
"binary_sensors": {
2224-
"cooling_state": True,
2224+
"cooling_state": False,
22252225
"dhw_state": False,
22262226
"heating_state": False,
22272227
},
22282228
"sensors": {
2229-
"outdoor_temperature": 22.0,
2229+
"outdoor_temperature": 3.0,
22302230
"water_temperature": 24.7,
22312231
"water_pressure": 1.61,
22322232
},

0 commit comments

Comments
 (0)