Skip to content

Commit de554c4

Browse files
bouwewBouwe Westerdijk
authored andcommitted
Find the zigbee mac address of the Circle+
1 parent d5a85c7 commit de554c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugwise/helper.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,9 @@ def _get_module_data(
446446
# Stretches
447447
if found := module.find("./protocols/network_router"):
448448
model_data["zigbee_mac_address"] = found.find("mac_address").text
449+
# Also look for the Circle+/Stealth M+
450+
if found := module.find("./protocols/network_coordinator"):
451+
model_data["zigbee_mac_address"] = found.find("mac_address").text
449452

450453
return model_data
451454

0 commit comments

Comments
 (0)