We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a998ae0 commit 51f9db4Copy full SHA for 51f9db4
1 file changed
plugwise/common.py
@@ -165,7 +165,7 @@ def _create_gw_entities(self, appl: Appliance) -> None:
165
}.items():
166
if value is not None or key == "location":
167
appl_key = cast(ApplianceType, key)
168
- self.gw_entities[appl.entity_id][appl_key] = value
+ self.gw_entities[appl.id][appl_key] = value
169
self._count += 1
170
171
def _reorder_devices(self) -> None:
0 commit comments