Skip to content

Commit 072a21e

Browse files
committed
Fix
1 parent b84fbf1 commit 072a21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/plugwise/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ async def _async_remove_devices(self, data: dict[str, GwEntityData]) -> None:
154154
# First find the Plugwise via_device
155155
gateway_device = self.device_registry.async_get_device({(DOMAIN, self.api.gateway_id)})
156156
if gateway_device is None:
157-
_LOGGER.warning("Failed to remove device, gateway reference not found")
157+
LOGGER.warning("Failed to remove device, gateway reference not found")
158158
return
159159

160160
# Then remove the connected orphaned device(s)

0 commit comments

Comments
 (0)