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 05fc576 commit 0512af7Copy full SHA for 0512af7
plugwise/helper.py
@@ -172,8 +172,9 @@ def _get_appliances(self) -> bool:
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)):
- if appl.entity_id in self._new_appliances:
177
+ if entity_id in self._new_appliances:
178
self._new_appliances.pop()
179
continue
180
0 commit comments