We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f25b9 commit 9f56393Copy full SHA for 9f56393
plugwise/legacy/helper.py
@@ -122,7 +122,7 @@ def _all_appliances(self) -> None:
122
appl.pwclass == "heater_central"
123
and appl.name != "Central heating boiler"
124
):
125
- appl.pwclass == "heater_central_plug"
+ appl.pwclass = "heater_central_plug"
126
127
appl.model = appl.pwclass.replace("_", " ").title()
128
appl.model_id = None
0 commit comments