Skip to content

Commit e36a36b

Browse files
committed
Save updated fixture, blacked
1 parent 4bc2c49 commit e36a36b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

fixtures/adam_heatpump_cooling/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
"cooling_present": true,
571571
"gateway_id": "7d97fc3117784cfdafe347bcedcbbbcb",
572572
"heater_id": "0ca13e8176204ca7bf6f09de59f81c83",
573-
"item_count": 423,
573+
"item_count": 413,
574574
"notifications": {},
575575
"smile_name": "Adam"
576576
}

fixtures/adam_onoff_cooling_fake_firmware/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"cooling_present": true,
8989
"gateway_id": "7d97fc3117784cfdafe347bcedcbbbcb",
9090
"heater_id": "0ca13e8176204ca7bf6f09de59f81c83",
91-
"item_count": 55,
91+
"item_count": 54,
9292
"notifications": {},
9393
"smile_name": "Adam"
9494
}

plugwise/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ class GatewayData(TypedDict, total=False):
396396
notifications: dict[str, dict[str, str]]
397397
smile_name: str
398398

399+
399400
class ModelData(TypedDict):
400401
"""The ModelData class."""
401402

0 commit comments

Comments
 (0)