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 dfd98ef commit e50e85bCopy full SHA for e50e85b
plugwise/helper.py
@@ -150,11 +150,9 @@ def _get_appliances(self) -> bool:
150
if not (appl := self._appliance_info_finder(appl, appliance)):
151
continue
152
153
+ self._new_appliances.append(appl.entity_id)
154
if appl.entity_id in self._existing_appliances:
- self._new_appliances.append((appl.entity_id))
155
156
- else: # add nnew appliance
157
- self._new_appliances.append(appl.entity_id)
158
159
self._create_gw_entities(appl)
160
0 commit comments