Skip to content

Commit 821d122

Browse files
committed
Remove model_if from Switchgroup, not needed
1 parent 2f3a8bf commit 821d122

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ def _get_group_switches(self) -> dict[str, DeviceData]:
253253
"dev_class": group_type,
254254
"model": "Switchgroup",
255255
"name": group_name,
256-
"model_id": None,
257256
"members": members,
258257
},
259258
},

0 commit comments

Comments
 (0)