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 49d7b52 commit 850c232Copy full SHA for 850c232
plugwise/helper.py
@@ -485,6 +485,8 @@ def all_appliances(self):
485
"types": appl.types,
486
"vendor": appl.v_name,
487
}
488
+ if appl.pwclass == "thermostat" and appl.location == None:
489
+ self.appl_data.pop(appl.id)
490
491
# For legacy Anna gateway and heater_central is the same device
492
if self._smile_legacy and self.smile_type == "thermostat":
0 commit comments