Skip to content

Commit afc7747

Browse files
committed
Correct script-update as suggested
1 parent ce7d32d commit afc7747

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

scripts/manual_fixtures.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -203,22 +203,22 @@ def json_writer(manual_name: str, output: dict) -> None:
203203
m_adam_heating_off_schedule = m_adam_heating.copy()
204204

205205
# Updates for f2bf9048bef64cc5b6d5110154e33c81"
206-
m_adam_heating["f2bf9048bef64cc5b6d5110154e33c81"]["climate_mode"] = "off"
207-
m_adam_heating["f2bf9048bef64cc5b6d5110154e33c81"]["control_state"] = "idle"
206+
m_adam_heating_off_schedule["f2bf9048bef64cc5b6d5110154e33c81"]["climate_mode"] = "off"
207+
m_adam_heating_off_schedule["f2bf9048bef64cc5b6d5110154e33c81"]["control_state"] = "idle"
208208

209209
# Go for e2f4
210-
m_adam_heating["f871b8c4d63549319221e294e4f88074"]["climate_mode"] = "off"
211-
m_adam_heating["f871b8c4d63549319221e294e4f88074"]["control_state"] = "idle"
212-
m_adam_heating["f871b8c4d63549319221e294e4f88074"]["select_schedule"] = "Badkamer"
210+
m_adam_heating_off_schedule["f871b8c4d63549319221e294e4f88074"]["climate_mode"] = "off"
211+
m_adam_heating_off_schedule["f871b8c4d63549319221e294e4f88074"]["control_state"] = "idle"
212+
m_adam_heating_off_schedule["f871b8c4d63549319221e294e4f88074"]["select_schedule"] = "Badkamer"
213213

214214
# Go for da22
215-
m_adam_heating["da224107914542988a88561b4452b0f6"]["select_regulation_mode"] = "off"
215+
m_adam_heating_off_schedule["da224107914542988a88561b4452b0f6"]["select_regulation_mode"] = "off"
216216

217217
# Go for 056e
218-
m_adam_heating["056ee145a816487eaa69243c3280f8bf"]["binary_sensors"][
218+
m_adam_heating_off_schedule["056ee145a816487eaa69243c3280f8bf"]["binary_sensors"][
219219
"heating_state"
220220
] = False
221-
m_adam_heating["056ee145a816487eaa69243c3280f8bf"]["sensors"][
221+
m_adam_heating_off_schedule["056ee145a816487eaa69243c3280f8bf"]["sensors"][
222222
"intended_boiler_temperature"
223223
] = 0.0
224224

0 commit comments

Comments
 (0)