Skip to content

Commit 9f56393

Browse files
committed
Fix
1 parent 70f25b9 commit 9f56393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/legacy/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def _all_appliances(self) -> None:
122122
appl.pwclass == "heater_central"
123123
and appl.name != "Central heating boiler"
124124
):
125-
appl.pwclass == "heater_central_plug"
125+
appl.pwclass = "heater_central_plug"
126126

127127
appl.model = appl.pwclass.replace("_", " ").title()
128128
appl.model_id = None

0 commit comments

Comments
 (0)