Skip to content

Commit e95ac24

Browse files
committed
P1: set wifi_mac_address on gateway only
1 parent 7084b1b commit e95ac24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def _get_p1_smartmeter_info(self) -> None:
192192
appl.name = "P1"
193193
appl.pwclass = "smartmeter"
194194
appl.vendor_name = module_data["vendor_name"]
195-
appl.wifi_mac_address = self.smile.wifi_mac_address
195+
appl.wifi_mac_address = None
196196
appl.zigbee_mac = None
197197

198198
# Replace the entity_id of the gateway by the smartmeter location_id

0 commit comments

Comments
 (0)