Skip to content

Commit fb4546b

Browse files
committed
Correct fixture-name as suggested
1 parent 9da9a98 commit fb4546b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/manual_fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def json_writer(manual_name: str, all_data: dict) -> None:
352352

353353

354354
# Go for 3cb7
355-
m_anna_heatpump_cooling["devices"]["3cb70739631c4d17a86b8b12e8a5161b"]["control_state"] = "idle"
355+
m_anna_heatpump_idle["devices"]["3cb70739631c4d17a86b8b12e8a5161b"]["control_state"] = "idle"
356356
m_anna_heatpump_idle["devices"]["3cb70739631c4d17a86b8b12e8a5161b"]["sensors"][
357357
"temperature"
358358
] = 23.0

0 commit comments

Comments
 (0)