Skip to content

Commit 4ae7f2a

Browse files
committed
Clean up after rebase
1 parent bb68ec4 commit 4ae7f2a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

plugwise/helper.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,6 @@ def _get_appliances(self) -> bool:
157157

158158
extend_plug_device_class(appl, appliance)
159159

160-
# Extend device_class name of Plugs (Plugwise and Aqara) - Pw-Beta Issue #739
161-
description = appliance.find("description").text
162-
if description is not None and (
163-
"ZigBee protocol" in description or "smart plug" in description
164-
):
165-
appl.pwclass = f"{appl.pwclass}_plug"
166-
167160
# Collect appliance info, skip orphaned/removed devices
168161
if not (appl := self._appliance_info_finder(appl, appliance)):
169162
continue

0 commit comments

Comments
 (0)