Skip to content

Commit 51f9db4

Browse files
committed
Correct to appl.id
1 parent a998ae0 commit 51f9db4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def _create_gw_entities(self, appl: Appliance) -> None:
165165
}.items():
166166
if value is not None or key == "location":
167167
appl_key = cast(ApplianceType, key)
168-
self.gw_entities[appl.entity_id][appl_key] = value
168+
self.gw_entities[appl.id][appl_key] = value
169169
self._count += 1
170170

171171
def _reorder_devices(self) -> None:

0 commit comments

Comments
 (0)