Skip to content

Commit dd23122

Browse files
committed
Improve
1 parent 9866171 commit dd23122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/plugwise_usb/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ async def async_remove_config_entry_device(
179179
) -> bool:
180180
"""Remove a config entry from a device."""
181181
api_stick = config_entry.runtime_data[STICK]
182+
mac = None
182183
removable = False
183184
for identifier in device_entry.identifiers:
184185
if (

0 commit comments

Comments
 (0)