Skip to content

Commit 11f9287

Browse files
committed
Update manual_fixtures script
1 parent acd0cee commit 11f9287

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/manual_fixtures.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def json_writer(manual_name: str, all_data: dict) -> None:
139139
m_adam_cooling["devices"]["da224107914542988a88561b4452b0f6"][
140140
"regulation_modes"
141141
].append("cooling")
142-
m_adam_cooling["devices"]["da224107914542988a88561b4452b0f6"]["sensors"][
142+
m_adam_cooling["devices"]["da224107914542988a88561b4452b0f6"]["weather"][
143143
"outdoor_temperature"
144144
] = 29.65
145145

@@ -220,7 +220,7 @@ def json_writer(manual_name: str, all_data: dict) -> None:
220220
m_adam_heating["devices"]["da224107914542988a88561b4452b0f6"][
221221
"regulation_modes"
222222
].remove("cooling")
223-
m_adam_heating["devices"]["da224107914542988a88561b4452b0f6"]["sensors"][
223+
m_adam_heating["devices"]["da224107914542988a88561b4452b0f6"]["weather"][
224224
"outdoor_temperature"
225225
] = -1.25
226226

@@ -295,7 +295,7 @@ def json_writer(manual_name: str, all_data: dict) -> None:
295295
] = 28.0
296296

297297
# Go for 015a
298-
m_anna_heatpump_cooling["devices"]["015ae9ea3f964e668e490fa39da3870b"]["sensors"][
298+
m_anna_heatpump_cooling["devices"]["015ae9ea3f964e668e490fa39da3870b"]["weather"][
299299
"outdoor_temperature"
300300
] = 28.2
301301

0 commit comments

Comments
 (0)