We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7aa35 commit c8deffaCopy full SHA for c8deffa
1 file changed
plugwise/helper.py
@@ -156,7 +156,10 @@ def _get_appliances(self) -> bool:
156
continue
157
158
self._new_appliances.append(appl.entity_id)
159
- if appl.entity_id in self._existing_appliances:
+ if (
160
+ appl.entity_id in self._existing_appliances
161
+ and self.gw_entities[appl.entity_id]["name"] == appl.name
162
+ ):
163
164
165
self._create_gw_entities(appl)
0 commit comments