Skip to content

Commit a71b335

Browse files
committed
Correct relevant mode-asserts to cool
1 parent f5f189d commit a71b335

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_smile.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2942,7 +2942,7 @@ async def test_adam_heatpump_cooling(self):
29422942
"firmware": "2016-10-10T02:00:00+02:00",
29432943
"hardware": "255",
29442944
"location": "b52908550469425b812c87f766fe5303",
2945-
"mode": "heat_cool",
2945+
"mode": "cool",
29462946
"model": "Lisa",
29472947
"name": "Thermostaat BK",
29482948
"preset_modes": ["no_frost", "vacation", "away", "home", "asleep"],
@@ -3037,7 +3037,7 @@ async def test_adam_heatpump_cooling(self):
30373037
"firmware": "2016-10-10T02:00:00+02:00",
30383038
"hardware": "255",
30393039
"location": "20e735858f8146cead98b873177a4f99",
3040-
"mode": "heat_cool",
3040+
"mode": "cool",
30413041
"model": "Lisa",
30423042
"name": "Thermostaat DB",
30433043
"preset_modes": ["no_frost", "vacation", "away", "home", "asleep"],
@@ -3101,7 +3101,7 @@ async def test_adam_heatpump_cooling(self):
31013101
"firmware": "2016-10-10T02:00:00+02:00",
31023102
"hardware": "255",
31033103
"location": "e39529c79ab54fda9bed26cfc0447546",
3104-
"mode": "heat_cool",
3104+
"mode": "cool",
31053105
"model": "Lisa",
31063106
"name": "Thermostaat JM",
31073107
"preset_modes": ["no_frost", "vacation", "away", "home", "asleep"],
@@ -3212,7 +3212,7 @@ async def test_adam_heatpump_cooling(self):
32123212
"firmware": "2016-10-10T02:00:00+02:00",
32133213
"hardware": "255",
32143214
"location": "9a27714b970547ee9a6bdadc2b815ad5",
3215-
"mode": "heat_cool",
3215+
"mode": "cool",
32163216
"model": "Lisa",
32173217
"name": "Thermostaat SQ",
32183218
"preset_modes": ["no_frost", "vacation", "away", "home", "asleep"],
@@ -3238,7 +3238,7 @@ async def test_adam_heatpump_cooling(self):
32383238
"firmware": "2016-10-10T02:00:00+02:00",
32393239
"hardware": "255",
32403240
"location": "93ac3f7bf25342f58cbb77c4a99ac0b3",
3241-
"mode": "heat_cool",
3241+
"mode": "cool",
32423242
"model": "Lisa",
32433243
"name": "Thermostaat RB",
32443244
"preset_modes": ["no_frost", "vacation", "away", "home", "asleep"],
@@ -3286,7 +3286,7 @@ async def test_adam_heatpump_cooling(self):
32863286
"firmware": "2016-10-10T02:00:00+02:00",
32873287
"hardware": "255",
32883288
"location": "04b15f6e884448288f811d29fb7b1b30",
3289-
"mode": "heat_cool",
3289+
"mode": "cool",
32903290
"model": "Lisa",
32913291
"name": "Thermostaat SJ",
32923292
"preset_modes": ["no_frost", "vacation", "away", "home", "asleep"],

0 commit comments

Comments
 (0)