Skip to content

Commit 6b20296

Browse files
committed
Update test-assert accordingly
1 parent fb5de5f commit 6b20296

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/test_smile.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ async def test_connect_anna_without_boiler_fw3(self):
11101110
"resolution": 0.1,
11111111
"preset_modes": ["vacation", "no_frost", "asleep", "away", "home"],
11121112
"active_preset": "away",
1113-
"available_schedules": ["Normal"],
1113+
"available_schedules": ["Test", "Normal"],
11141114
"selected_schedule": "Normal",
11151115
"last_used": "Normal",
11161116
"mode": "auto",
@@ -1199,7 +1199,7 @@ async def test_connect_anna_without_boiler_fw4(self):
11991199
"resolution": 0.1,
12001200
"preset_modes": ["vacation", "no_frost", "asleep", "away", "home"],
12011201
"active_preset": "home",
1202-
"available_schedules": ["Normal"],
1202+
"available_schedules": ["Test", "Normal"],
12031203
"selected_schedule": "Normal",
12041204
"last_used": "Normal",
12051205
"mode": "auto",
@@ -1271,10 +1271,10 @@ async def test_connect_anna_without_boiler_fw42(self):
12711271
"resolution": 0.1,
12721272
"preset_modes": ["no_frost", "asleep", "away", "home", "vacation"],
12731273
"active_preset": "home",
1274-
"available_schedules": ["Normal"],
1275-
"selected_schedule": "None",
1276-
"last_used": "Normal",
1277-
"mode": "heat",
1274+
"available_schedules": ["Test", "Normal"],
1275+
"selected_schedule": "Test",
1276+
"last_used": "Test",
1277+
"mode": "auto",
12781278
"sensors": {"temperature": 20.6, "setpoint": 21.0, "illuminance": 0.25},
12791279
},
12801280
"a270735e4ccd45239424badc0578a2b1": {
@@ -2931,10 +2931,10 @@ async def test_connect_anna_heatpump(self):
29312931
"resolution": 0.1,
29322932
"preset_modes": ["no_frost", "home", "away", "asleep", "vacation"],
29332933
"active_preset": "home",
2934-
"available_schedules": ["None"],
2935-
"selected_schedule": "None",
2936-
"last_used": None,
2937-
"mode": "heat",
2934+
"available_schedules": ["standaard"],
2935+
"selected_schedule": "standaard",
2936+
"last_used": "standaard",
2937+
"mode": "auto",
29382938
"sensors": {
29392939
"temperature": 19.3,
29402940
"setpoint": 21.0,

0 commit comments

Comments
 (0)