Skip to content

Commit 8095140

Browse files
committed
Set item_count in script
1 parent cc45aeb commit 8095140

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/manual_fixtures.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ def json_writer(manual_name: str, all_data: dict) -> None:
6565

6666
m_adam_cooling = base.copy()
6767

68-
# Set cooling_present to true
68+
# Set cooling_present to true, item_count to 89
6969
m_adam_cooling["gateway"]["cooling_present"] = True
70+
m_adam_cooling["gateway"]["item_count"] = 89
7071

7172
# Remove devices "67d73d0bd469422db25a618a5fb8eeb0" and "10016900610d4c7481df78c89606ef22" from anywhere
7273
m_adam_cooling["devices"].pop("67d73d0bd469422db25a618a5fb8eeb0")

0 commit comments

Comments
 (0)