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 850c232 commit d172777Copy full SHA for d172777
plugwise/helper.py
@@ -485,7 +485,7 @@ def all_appliances(self):
485
"types": appl.types,
486
"vendor": appl.v_name,
487
}
488
- if appl.pwclass == "thermostat" and appl.location == None:
+ if not self._smile_legacy and 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
0 commit comments