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 0512af7 commit b0d4822Copy full SHA for b0d4822
plugwise/helper.py
@@ -165,12 +165,6 @@ def _get_appliances(self) -> bool:
165
):
166
continue
167
168
-# if (
169
-# appl.pwclass in ("gateway", "heater_central") # Names are fixed in software
170
-# or self.gw_entities[appl.entity_id]["name"] == appl.name
171
-# ):
172
-# continue
173
-
174
# Collect appliance info, skip orphaned/removed devices
175
entity_id = appl.entity_id
176
if not (appl := self._appliance_info_finder(appl, appliance)):
0 commit comments