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 c6e5c60 commit 05c7e82Copy full SHA for 05c7e82
plugwise/helper.py
@@ -157,7 +157,7 @@ def _all_appliances(self) -> bool:
157
158
self._create_gw_entities(appl)
159
160
- if not self._new_appliances:
+ if self._existing_appliances == self._new_appliances:
161
return False
162
163
# A smartmeter is not present as an appliance, add it specifically
@@ -167,7 +167,6 @@ def _all_appliances(self) -> bool:
167
# Sort the gw_entities
168
self._reorder_devices()
169
170
- LOGGER.debug("HOI new: %s", self._new_appliances)
171
self._existing_appliances = self._new_appliances
172
self._new_appliances = []
173
return True
0 commit comments