Skip to content

Commit 2faacbb

Browse files
committed
Update manual_fixtures script
1 parent 247be50 commit 2faacbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/manual_fixtures.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ def json_writer(manual_name: str, all_data: dict) -> None:
298298
] = 28.2
299299

300300
# Go for 3cb7
301+
m_anna_heatpump_cooling["devices"]["3cb70739631c4d17a86b8b12e8a5161b"]["control_state"] = "cooling"
301302
m_anna_heatpump_cooling["devices"]["3cb70739631c4d17a86b8b12e8a5161b"]["thermostat"][
302303
"setpoint_low"
303304
] = 20.5
@@ -350,7 +351,7 @@ def json_writer(manual_name: str, all_data: dict) -> None:
350351

351352

352353
# Go for 3cb7
353-
354+
m_anna_heatpump_cooling["devices"]["3cb70739631c4d17a86b8b12e8a5161b"]["control_state"] = "idle"
354355
m_anna_heatpump_idle["devices"]["3cb70739631c4d17a86b8b12e8a5161b"]["sensors"][
355356
"temperature"
356357
] = 23.0

0 commit comments

Comments
 (0)