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 9866171 commit dd23122Copy full SHA for dd23122
custom_components/plugwise_usb/__init__.py
@@ -179,6 +179,7 @@ async def async_remove_config_entry_device(
179
) -> bool:
180
"""Remove a config entry from a device."""
181
api_stick = config_entry.runtime_data[STICK]
182
+ mac = None
183
removable = False
184
for identifier in device_entry.identifiers:
185
if (
0 commit comments