Skip to content

Commit b0d4822

Browse files
committed
Clean up
1 parent 0512af7 commit b0d4822

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugwise/helper.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,6 @@ def _get_appliances(self) -> bool:
165165
):
166166
continue
167167

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-
174168
# Collect appliance info, skip orphaned/removed devices
175169
entity_id = appl.entity_id
176170
if not (appl := self._appliance_info_finder(appl, appliance)):

0 commit comments

Comments
 (0)