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 dcad3c4 commit 0a89f5fCopy full SHA for 0a89f5f
plugwise/helper.py
@@ -485,7 +485,11 @@ def all_appliances(self):
485
"types": appl.types,
486
"vendor": appl.v_name,
487
}
488
- if not self._smile_legacy and appl.pwclass == "thermostat" and appl.location == None:
+ if (
489
+ not self._smile_legacy
490
+ and appl.pwclass == "thermostat"
491
+ and appl.location == None
492
+ ):
493
self.appl_data.pop(appl.id)
494
495
# For legacy Anna gateway and heater_central is the same device
0 commit comments