Skip to content

Commit 4f93890

Browse files
committed
Sorting
1 parent 07d1908 commit 4f93890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ def _create_gw_entities(self, appl: Munch) -> None:
145145
"model": appl.model,
146146
"model_id": appl.model_id,
147147
"name": appl.name,
148-
"zigbee_mac_address": appl.zigbee_mac,
149148
"vendor": appl.vendor_name,
149+
"zigbee_mac_address": appl.zigbee_mac,
150150
}.items():
151151
if value is not None or key == "location":
152152
appl_key = cast(ApplianceType, key)

0 commit comments

Comments
 (0)