We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f680aa commit fae2f0aCopy full SHA for fae2f0a
scripts/manual_fixtures.py
@@ -51,7 +51,7 @@ def json_writer(manual_name: str, all_data: dict, notifications: dict):
51
# Change mode to off for "1346fbd8498d4dbcab7e18d51b771f3d"
52
adam_jip["devices"]["1346fbd8498d4dbcab7e18d51b771f3d"]["mode"] = "off"
53
54
-json_writer("adam_multiple_devices_per_zone", adam_multiple_devices_per_zone, base_n)
+json_writer("adam_jip", adam_jip, base_n)
55
56
### Manual Adam fixtures
57
0 commit comments