Skip to content

Commit 7290789

Browse files
committed
Make sure to use MAX_SETPOINT temp in manual fixture
1 parent 3c1ce8c commit 7290789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/manual_fixtures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def json_writer(manual_name: str, all_data: dict, notifications: dict):
287287
] = 20.5
288288
m_anna_heatpump_cooling["devices"]["3cb70739631c4d17a86b8b12e8a5161b"]["thermostat"][
289289
"setpoint_high"
290-
] = 24.0
290+
] = 30.0
291291

292292
m_anna_heatpump_cooling["devices"]["3cb70739631c4d17a86b8b12e8a5161b"]["sensors"][
293293
"temperature"
@@ -297,7 +297,7 @@ def json_writer(manual_name: str, all_data: dict, notifications: dict):
297297
] = 20.5
298298
m_anna_heatpump_cooling["devices"]["3cb70739631c4d17a86b8b12e8a5161b"]["sensors"][
299299
"setpoint_high"
300-
] = 24.0
300+
] = 30.0
301301

302302
json_writer("m_anna_heatpump_cooling", m_anna_heatpump_cooling, base_n)
303303

0 commit comments

Comments
 (0)