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 d9c813a commit 16e852fCopy full SHA for 16e852f
custom_components/plugwise_usb/__init__.py
@@ -186,7 +186,7 @@ async def async_remove_config_entry_device(
186
and identifier[1] in (str(api_stick.mac_stick), str(api_stick.mac_coordinator))
187
)
188
if removable:
189
- mac = device_entry.serial_number
+ mac = identifier[1]
190
try:
191
await api_stick.unregister_node(mac)
192
except NodeError:
0 commit comments