Skip to content

Commit 3f680aa

Browse files
committed
Correct
1 parent b1f33d2 commit 3f680aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/manual_fixtures.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ def json_writer(manual_name: str, all_data: dict, notifications: dict):
4949
adam_jip = base.copy()
5050

5151
# Change mode to off for "1346fbd8498d4dbcab7e18d51b771f3d"
52-
adam_jip["devices"]["1346fbd8498d4dbcab7e18d51b771f3d"]["mode"]="off"
53-
)
52+
adam_jip["devices"]["1346fbd8498d4dbcab7e18d51b771f3d"]["mode"] = "off"
5453

5554
json_writer("adam_multiple_devices_per_zone", adam_multiple_devices_per_zone, base_n)
5655

0 commit comments

Comments
 (0)