File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def json_writer(manual_name: str, all_data: dict) -> None:
5050adam_jip = base .copy ()
5151
5252# Change mode to off for "1346fbd8498d4dbcab7e18d51b771f3d"
53- adam_jip ["devices" ]["1346fbd8498d4dbcab7e18d51b771f3d" ]["mode " ] = "off"
53+ adam_jip ["devices" ]["1346fbd8498d4dbcab7e18d51b771f3d" ]["climate_mode " ] = "off"
5454
5555json_writer ("m_adam_jip" , adam_jip )
5656
@@ -85,7 +85,7 @@ def json_writer(manual_name: str, all_data: dict) -> None:
8585m_adam_cooling ["devices" ]["ad4838d7d35c4d6ea796ee12ae5aedf8" ][
8686 "control_state"
8787] = "cooling"
88- m_adam_cooling ["devices" ]["ad4838d7d35c4d6ea796ee12ae5aedf8" ]["mode " ] = "cool"
88+ m_adam_cooling ["devices" ]["ad4838d7d35c4d6ea796ee12ae5aedf8" ]["climate_mode " ] = "cool"
8989
9090# (following diff, now 2954 is removed)
9191# Remove device "29542b2b6a6a4169acecc15c72a599b8" from anywhere
@@ -169,7 +169,7 @@ def json_writer(manual_name: str, all_data: dict) -> None:
169169 "control_state"
170170] = "preheating"
171171
172- m_adam_heating ["devices" ]["ad4838d7d35c4d6ea796ee12ae5aedf8" ]["mode " ] = "heat"
172+ m_adam_heating ["devices" ]["ad4838d7d35c4d6ea796ee12ae5aedf8" ]["climate_mode " ] = "heat"
173173
174174# Back at ad48
175175m_adam_heating ["devices" ]["ad4838d7d35c4d6ea796ee12ae5aedf8" ]["sensors" ][
You can’t perform that action at this time.
0 commit comments