File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,22 +203,22 @@ def json_writer(manual_name: str, output: dict) -> None:
203203m_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
You can’t perform that action at this time.
0 commit comments