Skip to content

Commit fb7f11f

Browse files
committed
Define appl.model_id for legacy appliances
1 parent 99f6e3e commit fb7f11f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/legacy/helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def _all_appliances(self) -> None:
117117
appl.dev_id = appliance.attrib["id"]
118118
appl.name = appliance.find("name").text
119119
appl.model = appl.pwclass.replace("_", " ").title()
120+
appl.model_id = None
120121
appl.firmware = None
121122
appl.hardware = None
122123
appl.mac = None

0 commit comments

Comments
 (0)