diff --git a/custom_components/openwrt/coordinator.py b/custom_components/openwrt/coordinator.py index 52fe9b4..be171e6 100644 --- a/custom_components/openwrt/coordinator.py +++ b/custom_components/openwrt/coordinator.py @@ -137,7 +137,6 @@ async def update_hostapd_clients(self, interface_id: str) -> dict: if 'clients' in response: clients = response['clients'] else: - _LOGGER.warning(f"'clients' key not found in response for interface {interface_id}. Response: {response}") clients = {} macs = dict()