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 bd8b2cf commit dda954eCopy full SHA for dda954e
custom_components/plugwise_usb/__init__.py
@@ -192,7 +192,7 @@ async def async_remove_config_entry_device(
192
try:
193
await api_stick.unregister_node(mac)
194
except NodeError as exc:
195
- _LOGGER.warning(f"Plugwise node %s unregistering failed: {exc}", mac)
+ _LOGGER.warning("Plugwise node %s unregistering failed: %s", mac, exc)
196
return True # Must return True for device_registry removal to happen!
197
198
_LOGGER.debug("Plugwise device %s successfully removed", mac)
0 commit comments