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 bb68ec4 commit 4ae7f2aCopy full SHA for 4ae7f2a
plugwise/helper.py
@@ -157,13 +157,6 @@ def _get_appliances(self) -> bool:
157
158
extend_plug_device_class(appl, appliance)
159
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
-
167
# Collect appliance info, skip orphaned/removed devices
168
if not (appl := self._appliance_info_finder(appl, appliance)):
169
continue
0 commit comments