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 07d1908 commit 4f93890Copy full SHA for 4f93890
plugwise/common.py
@@ -145,8 +145,8 @@ def _create_gw_entities(self, appl: Munch) -> None:
145
"model": appl.model,
146
"model_id": appl.model_id,
147
"name": appl.name,
148
- "zigbee_mac_address": appl.zigbee_mac,
149
"vendor": appl.vendor_name,
+ "zigbee_mac_address": appl.zigbee_mac,
150
}.items():
151
if value is not None or key == "location":
152
appl_key = cast(ApplianceType, key)
0 commit comments